huzefa11 commited on
Commit
6afac02
·
verified ·
1 Parent(s): 8ad8931

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -7
app.py CHANGED
@@ -605,16 +605,15 @@ with gr.Blocks(css=css) as demo:
605
 
606
  gr.Examples(
607
  examples=[
608
- [0, 0.5, 0.5, 2, "a young girl with short hair, wearing a jacket and boots, holding a glowing amulet",
609
  "bad anatomy, bad hands, missing fingers, extra fingers, three hands, three legs, bad arms, missing legs, missing arms, poorly drawn face, bad face, fused face, cloned face, three crus, fused feet, fused thigh, extra crus, ugly fingers, horn, cartoon, cg, 3d, unreal, animate, amputation, disconnected limbs",
610
  array2string([
611
- "sitting under a tree, reading an old map #One day, I will find the lost city",
612
- "[NC]She finds a hidden cave in the forest #This must be it!",
613
- "[NC]Entering the dark cave, lantern in hand #I must be careful...",
614
- "holding the amulet, standing before a giant door #The amulet begins to glow!",
615
- "[NC]The door opens, revealing a mystical world beyond #My adventure truly begins now!"
616
  ]),
617
- "Comic book", 768, 768],
618
  ],
619
  inputs=[seed_, sa32_, sa64_, id_length_, general_prompt, negative_prompt, prompt_array, style, G_height, G_width],
620
  label='😺 Examples 😺',
 
605
 
606
  gr.Examples(
607
  examples=[
608
+ [0, 0.5, 0.5, 2, "a young girl with short hair, wearing a jacket and boots",
609
  "bad anatomy, bad hands, missing fingers, extra fingers, three hands, three legs, bad arms, missing legs, missing arms, poorly drawn face, bad face, fused face, cloned face, three crus, fused feet, fused thigh, extra crus, ugly fingers, horn, cartoon, cg, 3d, unreal, animate, amputation, disconnected limbs",
610
  array2string([
611
+ "exploring an abandoned library at night #This place is full of secrets.",
612
+ "discovers a hidden stairway beneath a broken bookshelf #Where does this go?",
613
+ "descends the stairs into a glowing underground room #Is this... magic?",
614
+ "touches a floating book, causing symbols to light up around her #Something is awakening!"
 
615
  ]),
616
+ "Japanese Anime", 768, 768],
617
  ],
618
  inputs=[seed_, sa32_, sa64_, id_length_, general_prompt, negative_prompt, prompt_array, style, G_height, G_width],
619
  label='😺 Examples 😺',