Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -683,11 +683,10 @@ if __name__ == '__main__':
|
|
683 |
|
684 |
|
685 |
examples = [
|
686 |
-
["a girl with dress and red hat."],
|
687 |
-
["generate an image of a laughing woman, fashion magazine cover."],
|
688 |
-
["a cat on the grass."],
|
689 |
["create an illustration of a romantic couple sharing a tender moment under a starry sky."],
|
|
|
690 |
["a robot cooking in the kitchen."],
|
|
|
691 |
|
692 |
]
|
693 |
gr.Examples(examples=examples,
|
|
|
683 |
|
684 |
|
685 |
examples = [
|
|
|
|
|
|
|
686 |
["create an illustration of a romantic couple sharing a tender moment under a starry sky."],
|
687 |
+
["generate an image of a laughing woman, fashion magazine cover."],
|
688 |
["a robot cooking in the kitchen."],
|
689 |
+
["The man who whistles tunes pianos, watercolor."],
|
690 |
|
691 |
]
|
692 |
gr.Examples(examples=examples,
|