Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -189,12 +189,12 @@ with gr.Blocks(css=css) as demo:
|
|
189 |
|
190 |
gr.Examples(
|
191 |
examples=[
|
192 |
-
["./assets/5_before.png", "
|
193 |
-
["./assets/3_before.png",
|
194 |
-
["./assets/2_before.png",
|
195 |
-
["./assets/before_6.png", "
|
196 |
],
|
197 |
-
inputs=[input_image,
|
198 |
outputs=[result, seed],
|
199 |
fn=infer,
|
200 |
cache_examples="lazy"
|
|
|
189 |
|
190 |
gr.Examples(
|
191 |
examples=[
|
192 |
+
["./assets/5_before.png", "warm golden and orange sunset light reflecting off water, creating a romantic and peaceful atmosphere with soft, diffused lighting and gentle color gradients", "sunset over sea", 0, True, 2.5],
|
193 |
+
["./assets/3_before.png", "futuristic RGB lighting with electric blues, hot pinks, and neon greens creating a high-tech atmosphere with dramatic color separation and glowing effects", "sci-fi RGB glowing, cyberpunk",0, True, 2.5],
|
194 |
+
["./assets/2_before.png", "vibrant neon lights in electric blues, magentas, and greens casting colorful reflections on wet surfaces, creating a cyberpunk urban atmosphere with dramatic color contrasts", "neon night, city",0, True, 2.5],
|
195 |
+
["./assets/before_6.png", "warm golden hour lighting with soft, diffused sunlight creating a magical glow, enhanced contrast, and rich warm tones throughout the scene", "golden time", 0, True, 2.5]
|
196 |
],
|
197 |
+
inputs=[input_image, prompt, illumination_dropdown, seed, randomize_seed, guidance_scale],
|
198 |
outputs=[result, seed],
|
199 |
fn=infer,
|
200 |
cache_examples="lazy"
|