Walterchamy commited on
Commit
0001a00
1 Parent(s): 638ba58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def text_to_speech(text):
105
 
106
  # Play the audio file
107
  st.audio("output.mp3")
108
- text_to_speech(response_text)
109
 
110
  if __name__ == '__main__':
111
  main()
 
105
 
106
  # Play the audio file
107
  st.audio("output.mp3")
108
+ text_to_speech(response_text)
109
 
110
  if __name__ == '__main__':
111
  main()