Spaces:
Runtime error
Runtime error
Commit
·
b426c95
1
Parent(s):
41984dc
Update app.py
Browse files
app.py
CHANGED
@@ -65,9 +65,9 @@ def main() :
|
|
65 |
story = generate_story(scenario)
|
66 |
text2Speech(story)
|
67 |
|
68 |
-
with st.expander("scenario")
|
69 |
st.write(scenario)
|
70 |
-
with st.expander("story")
|
71 |
st.write(story)
|
72 |
|
73 |
st.audio("audio.flac")
|
|
|
65 |
story = generate_story(scenario)
|
66 |
text2Speech(story)
|
67 |
|
68 |
+
with st.expander("scenario"):
|
69 |
st.write(scenario)
|
70 |
+
with st.expander("story"):
|
71 |
st.write(story)
|
72 |
|
73 |
st.audio("audio.flac")
|