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

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(predictions["response_text"])
 
110
  st.audio("output.mp3")
111
 
112
  # Call the text-to-speech function with some text
113
+ text_to_speech(response_text)