Eason918 commited on
Commit
e0e9bb3
Β·
verified Β·
1 Parent(s): fab3813

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def main():
55
  # Streamlit Web UI
56
  st.header("πŸ“– AI Storyteller: Turn Your Image into a Story with Audio")
57
 
58
- uploaded_file = st.file_uploader("Upload an Image...", type=["jpg", "png"])
59
 
60
  if uploaded_file:
61
  # Save image locally | δΏε­˜εœ–η‰‡εˆ°ζœ¬εœ°
 
55
  # Streamlit Web UI
56
  st.header("πŸ“– AI Storyteller: Turn Your Image into a Story with Audio")
57
 
58
+ uploaded_file = st.file_uploader("Upload image below", type=["jpg", "png"])
59
 
60
  if uploaded_file:
61
  # Save image locally | δΏε­˜εœ–η‰‡εˆ°ζœ¬εœ°