some changes
Browse files
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("🎙️
|
| 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
|