Szeyu commited on
Commit
85134a0
·
verified ·
1 Parent(s): ce33655

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -32,6 +32,7 @@ def generate_content(image):
32
  # Create prompt for story
33
  prompt = (
34
  f"Write a funny, warm children's story that precisely centered on this scene {caption}\nStory:"
 
35
  f"mention the exact place, location or venue within {caption}"
36
  )
37
 
 
32
  # Create prompt for story
33
  prompt = (
34
  f"Write a funny, warm children's story that precisely centered on this scene {caption}\nStory:"
35
+ f"in third-person narrative, that describes this scene exactly: {caption} "
36
  f"mention the exact place, location or venue within {caption}"
37
  )
38