puzan789 commited on
Commit
d32e6b4
·
1 Parent(s): 8e8c1cc

some changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from src.for_streamlit.texttotext import ConversationHandler
4
  from src.for_streamlit.texttospeech import TextToSpeech
5
  from streamlit_mic_recorder import mic_recorder
6
 
7
- st.title("🎙️ Speech to Text with Streamlit")
8
  st.write("Click the button below to start recording.")
9
 
10
  # Cache the models to prevent reloading
 
4
  from src.for_streamlit.texttospeech import TextToSpeech
5
  from streamlit_mic_recorder import mic_recorder
6
 
7
+ st.title("🎙️ Voice to Voice ")
8
  st.write("Click the button below to start recording.")
9
 
10
  # Cache the models to prevent reloading