Spaces:
Runtime error
Runtime error
Commit
·
3237192
1
Parent(s):
983aacb
Update app.py
Browse files
app.py
CHANGED
@@ -110,4 +110,4 @@ def text_to_speech(text):
|
|
110 |
st.audio("output.mp3")
|
111 |
|
112 |
# Call the text-to-speech function with some text
|
113 |
-
text_to_speech(response_text)
|
|
|
110 |
st.audio("output.mp3")
|
111 |
|
112 |
# Call the text-to-speech function with some text
|
113 |
+
text_to_speech("Response:", response_text)
|