Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ if uploaded_file is not None:
|
|
49 |
#Stage 2: Text to Story
|
50 |
st.text('Generating a story...')
|
51 |
# story = text2story(scenario)
|
52 |
-
story = "children playing in the park illustration and making fun of other characters.
|
53 |
st.write(story)
|
54 |
|
55 |
#Stage 3: Story to Audio data
|
|
|
49 |
#Stage 2: Text to Story
|
50 |
st.text('Generating a story...')
|
51 |
# story = text2story(scenario)
|
52 |
+
story = "children playing in the park illustration and making fun of other characters."
|
53 |
st.write(story)
|
54 |
|
55 |
#Stage 3: Story to Audio data
|