Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -221,7 +221,7 @@ if uploaded_image is not None:
|
|
221 |
Choices ("Should the fox knock or sing?")
|
222 |
Key image elements woven into the story
|
223 |
Diverse characters, no stereotypes
|
224 |
-
End with happy twist + rhyming moral ("Brave small paws, when they try/Can touch the stars in the sky"). Keep language warm and playful."""
|
225 |
user_prompt = caption_from_file
|
226 |
story = generate_story_content(system_prompt, user_prompt)
|
227 |
st.write(story)
|
|
|
221 |
Choices ("Should the fox knock or sing?")
|
222 |
Key image elements woven into the story
|
223 |
Diverse characters, no stereotypes
|
224 |
+
End with happy twist + rhyming moral ("Brave small paws, when they try/Can touch the stars in the sky"). Keep language warm and playful."""
|
225 |
user_prompt = caption_from_file
|
226 |
story = generate_story_content(system_prompt, user_prompt)
|
227 |
st.write(story)
|