Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 |
-
"
|
612 |
-
"
|
613 |
-
"
|
614 |
-
"
|
615 |
-
"[NC]The door opens, revealing a mystical world beyond #My adventure truly begins now!"
|
616 |
]),
|
617 |
-
"
|
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 😺',
|