Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from gtts import gTTS
|
|
| 6 |
from audiorecorder import audiorecorder
|
| 7 |
import speech_recognition as sr
|
| 8 |
|
| 9 |
-
pre_prompt_text = "
|
| 10 |
|
| 11 |
if "history" not in st.session_state:
|
| 12 |
st.session_state.history = []
|
|
|
|
| 6 |
from audiorecorder import audiorecorder
|
| 7 |
import speech_recognition as sr
|
| 8 |
|
| 9 |
+
pre_prompt_text = ""
|
| 10 |
|
| 11 |
if "history" not in st.session_state:
|
| 12 |
st.session_state.history = []
|