multimodalart HF Staff commited on
Commit
6c7f7df
·
verified ·
1 Parent(s): fc91008

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -7
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
- [None, "soft_window", "side", "soft", "none", "", 0, True, 1.0, 4, 1024, 1024],
584
- [None, "golden_hour", "front", "medium", "none", "", 0, True, 1.0, 4, 1024, 1024],
585
- [None, "dramatic", "side", "strong", "none", "", 0, True, 1.0, 4, 1024, 1024],
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],