Spaces:
Running
on
Zero
Running
on
Zero
fancyfeast
commited on
Commit
·
0b1848e
1
Parent(s):
cfe04ee
Right, obviously. SMH
Browse files
app.py
CHANGED
@@ -89,11 +89,11 @@ demo = gr.ChatInterface(
|
|
89 |
),
|
90 |
],
|
91 |
examples=[
|
92 |
-
"Please write a random prompt.",
|
93 |
-
"I'd like an image based on the tags: black and white, two women, gym, minimalist design, exposed beams, kneeling, holding head, casual wear.",
|
94 |
-
"Can you create an image of a woman hiking and resting on a rock in a beautiful forest with mountains?",
|
95 |
-
"can u make a creepy hallway pic, like something out of a weird dream, with shadows and a mysterious figure at the end? maybe some reds and blacks, make it look kinda eerie and otherworldly pls",
|
96 |
-
"Beach sunset with silhouettes on rocks and birds flying",
|
97 |
],
|
98 |
cache_examples=False,
|
99 |
)
|
|
|
89 |
),
|
90 |
],
|
91 |
examples=[
|
92 |
+
["Please write a random prompt."],
|
93 |
+
["I'd like an image based on the tags: black and white, two women, gym, minimalist design, exposed beams, kneeling, holding head, casual wear."],
|
94 |
+
["Can you create an image of a woman hiking and resting on a rock in a beautiful forest with mountains?"],
|
95 |
+
["can u make a creepy hallway pic, like something out of a weird dream, with shadows and a mysterious figure at the end? maybe some reds and blacks, make it look kinda eerie and otherworldly pls"],
|
96 |
+
["Beach sunset with silhouettes on rocks and birds flying"],
|
97 |
],
|
98 |
cache_examples=False,
|
99 |
)
|