hillman2000hk commited on
Commit
192b6ba
β€’
1 Parent(s): 6191d19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -37,9 +37,9 @@ def text_to_speech(message):
37
  audio_file.write(response.content)
38
 
39
  def main():
40
- st.set_page_config(page_title="Image to Story", page_icon="πŸ“š", layout="wide")
41
 
42
- st.title("Image to Story")
43
  uploaded_file = st.file_uploader("Choose an image...", type=["jpg","png","jpeg"])
44
 
45
  if uploaded_file is not None:
@@ -50,7 +50,7 @@ def main():
50
  scenario = image_to_text(uploaded_file.name)
51
 
52
 
53
- with st.expander("scenerio"):
54
  st.write(scenario)
55
 
56
 
 
37
  audio_file.write(response.content)
38
 
39
  def main():
40
+ st.set_page_config(page_title="ζθΏ°εœ–η‰‡", page_icon="πŸ“š", layout="wide")
41
 
42
+ st.title("ζθΏ°εœ–η‰‡")
43
  uploaded_file = st.file_uploader("Choose an image...", type=["jpg","png","jpeg"])
44
 
45
  if uploaded_file is not None:
 
50
  scenario = image_to_text(uploaded_file.name)
51
 
52
 
53
+ with st.expander("ζŒ‰δΈ‹θ§€ηœ‹εœ–η‰‡ζθΏ°"):
54
  st.write(scenario)
55
 
56