fffiloni commited on
Commit
d9cb349
·
verified ·
1 Parent(s): 4e6c8f6

change examples

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -226,12 +226,12 @@ with gr.Blocks(analytics_enabled=False) as demo:
226
 
227
  gr.Examples(
228
  examples = [
229
- "A minimalist logo design of a reindeer, fully rendered. The reindeer features distinct, complete shapes using bold and flat colors. The design emphasizes simplicity and clarity, suitable for logo use with a sharp outline and white background.",
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
  )