neha-ai-playground commited on
Commit
e0bc343
·
1 Parent(s): c69b307

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -51,7 +51,6 @@ def text2Speech(story) :
51
  file.write(output.content)
52
 
53
  def main() :
54
- st.set_page_config(page_title="Image to Short Story", page_icon=None)
55
  st.header("Turn img into Audio Story")
56
  uploaded_file = st.file.uploader("Choose an image(jpg type)", type="jpg")
57
  if uploaded_file is not None:
 
51
  file.write(output.content)
52
 
53
  def main() :
 
54
  st.header("Turn img into Audio Story")
55
  uploaded_file = st.file.uploader("Choose an image(jpg type)", type="jpg")
56
  if uploaded_file is not None: