Spaces:
Runtime error
Runtime error
Commit
·
a9546f2
1
Parent(s):
1824341
Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,7 @@ def text_to_speech(text):
|
|
166 |
tts.save('output.mp3')
|
167 |
|
168 |
# Play the audio file
|
169 |
-
st.audio("output.mp3")
|
170 |
|
171 |
def main():
|
172 |
col1, col2 = st.columns([1, 4])
|
|
|
166 |
tts.save('output.mp3')
|
167 |
|
168 |
# Play the audio file
|
169 |
+
st.audio("output.mp3")
|
170 |
|
171 |
def main():
|
172 |
col1, col2 = st.columns([1, 4])
|