Walterchamy commited on
Commit
3237192
·
1 Parent(s): 983aacb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)