sagar007 commited on
Commit
a3b38cb
1 Parent(s): 4d9b874

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -315,8 +315,8 @@ with gr.Blocks(css=css_and_html) as demo:
315
 
316
  gr.Examples(
317
  examples=[
318
- ["Floating island with waterfalls", 'Illustration Style', 50, 7.5, 42, 'Grayscale', 200, "256x256"],
319
- ["Futuristic city with neon lights", 'Line Art', 30, 8.0, 123, 'Bright', 300, "256x256"],
320
  ["Japanese garden with cherry blossoms", 'Hitokomoru Style', 40, 7.0, 789, 'Contrast', 250, "256x256"],
321
  ],
322
  inputs=[text, style, inference_step, guidance_scale, seed, guidance_method, loss_scale, image_size],
 
315
 
316
  gr.Examples(
317
  examples=[
318
+ ["Magical Forest with Glowing Trees", 'Birb Style', 40, 7.5, 42, 'Grayscale', 200, "256x256"],
319
+ [" Ancient Temple Ruins at Sunset", 'Midjourney', 30, 8.0, 123, 'Bright', 5678, "256x256"],
320
  ["Japanese garden with cherry blossoms", 'Hitokomoru Style', 40, 7.0, 789, 'Contrast', 250, "256x256"],
321
  ],
322
  inputs=[text, style, inference_step, guidance_scale, seed, guidance_method, loss_scale, image_size],