Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def generate_content(image):
|
|
46 |
f"Write a funny, warm children's story for ages 3-10, 50–100 words, "
|
47 |
f"in third-person narrative, that describes this scene exactly: {caption}. "
|
48 |
f"Explicitly include these keywords from the caption in the story: {keywords_str}. "
|
49 |
-
f"Mention the exact place, location, or venue within
|
50 |
)
|
51 |
|
52 |
# Generate raw story
|
|
|
46 |
f"Write a funny, warm children's story for ages 3-10, 50–100 words, "
|
47 |
f"in third-person narrative, that describes this scene exactly: {caption}. "
|
48 |
f"Explicitly include these keywords from the caption in the story: {keywords_str}. "
|
49 |
+
f"Mention the exact place, location, or venue within {caption}, such as a park, pool, or gym."
|
50 |
)
|
51 |
|
52 |
# Generate raw story
|