Walterchamy commited on
Commit
3c24c3c
1 Parent(s): 919f324

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -110,5 +110,3 @@ def text_to_speech(text):
110
  # Play the audio file
111
  st.audio("output.mp3")
112
 
113
- # Call the text-to-speech function with some text
114
- text_to_speech(response_text)
 
110
  # Play the audio file
111
  st.audio("output.mp3")
112