linoyts HF Staff commited on
Commit
4aa3956
·
verified ·
1 Parent(s): 42d248e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -88,7 +88,8 @@ with gr.Blocks(css=css) as demo:
88
  examples=[
89
  ["./assets/5_before.png", "sunset over sea lighting coming from the top right part of the photo", 0, True, 2.5],
90
  ["./assets/3_before.png", "sci-fi RGB glowing, studio lighting",0, True,2.5],
91
- ["./assets/2_before.png", "neon light, city",0, True, 2.5]
 
92
  ],
93
  inputs=[input_image, prompt, seed, randomize_seed, guidance_scale],
94
  outputs=[result, seed],
 
88
  examples=[
89
  ["./assets/5_before.png", "sunset over sea lighting coming from the top right part of the photo", 0, True, 2.5],
90
  ["./assets/3_before.png", "sci-fi RGB glowing, studio lighting",0, True,2.5],
91
+ ["./assets/2_before.png", "neon light, city",0, True, 2.5],
92
+ ["./assets/before_6.png", "bright sunlight, warm, luminous", 0, True, 2.5]
93
  ],
94
  inputs=[input_image, prompt, seed, randomize_seed, guidance_scale],
95
  outputs=[result, seed],