Szeyu commited on
Commit
dd16a09
·
verified ·
1 Parent(s): 0263dea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def generate_content(image):
60
  # Notice there’s no need to include the extra cleaning instructions in this prompt,
61
  # because our code handles them later.
62
  prompt = (
63
- f"Write a funny,bright,playful and simple story for young children precisely centered on this scene {caption}\nStory:"
64
  f"mention the exact place, location or venue within {caption}"
65
  f"Make the story magical and exciting, with lots of friendly descriptions that little ones can enjoy."
66
  )
 
60
  # Notice there’s no need to include the extra cleaning instructions in this prompt,
61
  # because our code handles them later.
62
  prompt = (
63
+ f"Write a funny,bright,and playful story for young children precisely centered on this scene {caption}\nStory:"
64
  f"mention the exact place, location or venue within {caption}"
65
  f"Make the story magical and exciting, with lots of friendly descriptions that little ones can enjoy."
66
  )