Spaces:
Runtime error
Runtime error
Commit
·
983aacb
1
Parent(s):
a1f9dbd
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(
|
|
|
110 |
st.audio("output.mp3")
|
111 |
|
112 |
# Call the text-to-speech function with some text
|
113 |
+
text_to_speech(response_text)
|