Szeyu commited on
Commit
f43e882
·
verified ·
1 Parent(s): de5e7c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def generate_content(image):
32
  # Create prompt for story
33
  prompt = (
34
  f"Write a funny, warm children's story for ages 3-10, 50–100 words, "
35
- f"describe the keywords in the: {caption} "
36
  f"mention the exact place, location or venue within {caption}"
37
  )
38
 
 
32
  # Create prompt for story
33
  prompt = (
34
  f"Write a funny, warm children's story for ages 3-10, 50–100 words, "
35
+ f"Completely and precisely centered on this scene {caption}\nStory:"
36
  f"mention the exact place, location or venue within {caption}"
37
  )
38