Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,6 @@ def generate_content(image):
|
|
| 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 |
|
| 39 |
# Generate raw 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 |
)
|
| 37 |
|
| 38 |
# Generate raw story
|