Update app.py
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ def get_story(caption: str) -> str:
|
|
| 70 |
"""
|
| 71 |
prompt = (
|
| 72 |
f"Write a funny and playful story for young children precisely centered on this scene {caption}\nStory: "
|
| 73 |
-
f"mention the exact place
|
| 74 |
f"Make the story magical and exciting."
|
| 75 |
)
|
| 76 |
|
|
|
|
| 70 |
"""
|
| 71 |
prompt = (
|
| 72 |
f"Write a funny and playful story for young children precisely centered on this scene {caption}\nStory: "
|
| 73 |
+
f"mention the exact place and venue within {caption}. "
|
| 74 |
f"Make the story magical and exciting."
|
| 75 |
)
|
| 76 |
|