hskwon7 commited on
Commit
a126bd0
ยท
verified ยท
1 Parent(s): 2cbbfe6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -25,8 +25,7 @@ warnings.filterwarnings("ignore", category=DeprecationWarning)
25
  def main():
26
  st.title("๐Ÿ–ผ๏ธ โ†’ ๐Ÿ“– Image-to-Story App for Kids")
27
  st.write(
28
- "Upload an image and get an engaging story suitable for 3โ€“10 year-olds, "
29
- "with audio playback powered by Hugging Face pipelines!"
30
  )
31
 
32
  # Load pipelines (cached) with a friendly spinner
 
25
  def main():
26
  st.title("๐Ÿ–ผ๏ธ โ†’ ๐Ÿ“– Image-to-Story App for Kids")
27
  st.write(
28
+ "Upload an image, get a caption, spin it into a story, and play it aloud!"
 
29
  )
30
 
31
  # Load pipelines (cached) with a friendly spinner