Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -214,4 +214,5 @@ with st.container():
|
|
| 214 |
audio_bytes = part3_text_to_speech_bytes(story, tts_pipe)
|
| 215 |
st.audio(audio_bytes, format="audio/wav")
|
| 216 |
st.success("Yay! Your story is ready! 🎈")
|
| 217 |
-
st.balloons() # Fun animation
|
|
|
|
|
|
| 214 |
audio_bytes = part3_text_to_speech_bytes(story, tts_pipe)
|
| 215 |
st.audio(audio_bytes, format="audio/wav")
|
| 216 |
st.success("Yay! Your story is ready! 🎈")
|
| 217 |
+
st.balloons() # Fun animation
|
| 218 |
+
|