ccclllwww commited on
Commit
d5a4509
·
verified ·
1 Parent(s): f776f86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)