Spaces:
Sleeping
Sleeping
change examples
Browse files
app.py
CHANGED
@@ -226,12 +226,12 @@ with gr.Blocks(analytics_enabled=False) as demo:
|
|
226 |
|
227 |
gr.Examples(
|
228 |
examples = [
|
229 |
-
"A
|
230 |
-
"A blue scooter is parked near a curb in front of a green vintage car",
|
231 |
-
"A impressionistic oil painting: a lone figure walking on a misty beach, a weathered lighthouse on a cliff, seagulls above crashing waves",
|
232 |
-
"A bird with 8 legs",
|
233 |
-
"An orange chair to the right of a black airplane",
|
234 |
"A pink elephant and a grey cow",
|
|
|
|
|
|
|
|
|
235 |
],
|
236 |
inputs = [prompt]
|
237 |
)
|
|
|
226 |
|
227 |
gr.Examples(
|
228 |
examples = [
|
229 |
+
"A red dog and a green cat",
|
|
|
|
|
|
|
|
|
230 |
"A pink elephant and a grey cow",
|
231 |
+
"A toaster riding a bike",
|
232 |
+
"Dwayne Johnson depicted as a philosopher king in an academic painting by Greg Rutkowski",
|
233 |
+
"A curious, orange fox and a fluffy, white rabbit, playing together in a lush, green meadow filled with yellow dandelions",
|
234 |
+
"An epic oil painting: a red portal infront of a cityscape, a solitary figure, and a colorful sky over snowy mountains"
|
235 |
],
|
236 |
inputs = [prompt]
|
237 |
)
|