Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ronidas39 authored Aug 27, 2024
1 parent 3914aa3 commit b2347ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tutorial108/main.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
from streamlit_mic_recorder import speech_to_text
import streamlit as st
from emailAgent import runAgent

st.title("your one stop voice enable email Assistant")
st.write("instruct your voice and see the magic")
text=speech_to_text(language="en",use_container_width=True,just_once=True,key="STT")
if text:
response=runAgent(text)
st.write(response)
st.write(response)

0 comments on commit b2347ac

Please sign in to comment.