Spaces:
Sleeping
Sleeping
Walterchamy
commited on
Commit
•
f438ed8
1
Parent(s):
40f6f14
Update app.py
Browse files
app.py
CHANGED
@@ -209,7 +209,7 @@ def text_to_speech(text):
|
|
209 |
tts = gTTS(text=text, lang=('en'))
|
210 |
tts.save('output.mp3')
|
211 |
|
212 |
-
|
213 |
|
214 |
|
215 |
def main():
|
|
|
209 |
tts = gTTS(text=text, lang=('en'))
|
210 |
tts.save('output.mp3')
|
211 |
|
212 |
+
st.audio("output.mp3")
|
213 |
|
214 |
|
215 |
def main():
|