Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def generate_content(image):
|
|
35 |
prompt = (
|
36 |
f"Write a funny, warm children's story for ages 3-10, 50–100 words, "
|
37 |
f"in third-person narrative, that describes this scene exactly: {caption} "
|
38 |
-
f"mention the exact place or venue within {caption}"
|
39 |
)
|
40 |
|
41 |
# Generate the story based on the prompt
|
|
|
35 |
prompt = (
|
36 |
f"Write a funny, warm children's story for ages 3-10, 50–100 words, "
|
37 |
f"in third-person narrative, that describes this scene exactly: {caption} "
|
38 |
+
f"mention the exact place, location or venue within {caption}"
|
39 |
)
|
40 |
|
41 |
# Generate the story based on the prompt
|