Thea231 commited on
Commit
afc597c
·
verified ·
1 Parent(s): 059e96f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ if uploaded_file is not None:
49
  story = text2story(scenario)
50
  st.write(story)
51
 
52
- Stage 3: Story to Audio data
53
  st.text('Generating audio data...')
54
  audio_data =text2audio(story)
55
 
 
49
  story = text2story(scenario)
50
  st.write(story)
51
 
52
+ #Stage 3: Story to Audio data
53
  st.text('Generating audio data...')
54
  audio_data =text2audio(story)
55