Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ def generate_content(image):
|
|
| 31 |
|
| 32 |
# Create prompt for story
|
| 33 |
prompt = (
|
| 34 |
-
f"Write a funny, warm children
|
| 35 |
f"in third-person narrative, that describes this scene exactly: {caption} "
|
| 36 |
f"mention the exact place, location or venue within {caption}"
|
| 37 |
)
|
|
|
|
| 31 |
|
| 32 |
# Create prompt for story
|
| 33 |
prompt = (
|
| 34 |
+
f"Write a funny, warm story for children under 1o years old 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 |
)
|