neha-ai-playground commited on
Commit
41984dc
·
1 Parent(s): d25a720

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def text2Speech(story) :
50
  with open('audio.flac','wb') as file:
51
  file.write(output.content)
52
 
53
- def main()
54
  st.set_page_config(page_title="Image to Short Story", page_icon="")
55
  st.header("Turn img into Audio Story")
56
  uploaded_file = st.file.uploader("Choose an image(jpg type)", type="jpg")
 
50
  with open('audio.flac','wb') as file:
51
  file.write(output.content)
52
 
53
+ def main() :
54
  st.set_page_config(page_title="Image to Short Story", page_icon="")
55
  st.header("Turn img into Audio Story")
56
  uploaded_file = st.file.uploader("Choose an image(jpg type)", type="jpg")