Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -580,13 +580,9 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
|
|
| 580 |
# Examples
|
| 581 |
gr.Examples(
|
| 582 |
examples=[
|
| 583 |
-
[
|
| 584 |
-
[
|
| 585 |
-
[
|
| 586 |
-
[None, "neon", "front", "medium", "neon_city", "", 0, True, 1.0, 4, 1024, 1024],
|
| 587 |
-
[None, "candlelight", "front", "soft", "cozy_bedroom", "", 0, True, 1.0, 4, 1024, 1024],
|
| 588 |
-
[None, "moonlight", "top", "soft", "moonlight_curtains", "", 0, True, 1.0, 4, 1024, 1024],
|
| 589 |
-
[None, "cyberpunk", "side", "strong", "sci_fi_rgb", "", 0, True, 1.0, 4, 1024, 1024],
|
| 590 |
],
|
| 591 |
inputs=[image, light_type, light_direction, light_intensity, illumination_env, prompt,
|
| 592 |
seed, randomize_seed, true_guidance_scale, num_inference_steps, height, width],
|
|
|
|
| 580 |
# Examples
|
| 581 |
gr.Examples(
|
| 582 |
examples=[
|
| 583 |
+
["harold.png", "dramatic", "side", "soft", "none", "", 0, True, 1.0, 4, 672, 1024],
|
| 584 |
+
["distracted.png", "golden_hour", "side", "strong", "none", "", 0, True, 1.0, 4, 640, 1024],
|
| 585 |
+
["disaster.jpg", "moonlight", "front", "medium", "neon_city", "", 0, True, 1.0, 4, 640, 1024],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 586 |
],
|
| 587 |
inputs=[image, light_type, light_direction, light_intensity, illumination_env, prompt,
|
| 588 |
seed, randomize_seed, true_guidance_scale, num_inference_steps, height, width],
|