felixwf commited on
Commit
0a1a261
·
verified ·
1 Parent(s): 992087f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -30,6 +30,9 @@ def text2audio(story_text):
30
  return audio_data
31
 
32
  def main():
 
 
 
33
  uploaded_file = st.file_uploader("Select an Image...")
34
 
35
  if uploaded_file is not None:
 
30
  return audio_data
31
 
32
  def main():
33
+ st.set_page_config(page_title="Your Image to Audio Story",
34
+ page_icon="🦜")
35
+ st.header("Turn Your Image to Audio Story")
36
  uploaded_file = st.file_uploader("Select an Image...")
37
 
38
  if uploaded_file is not None: