prithivMLmods commited on
Commit
2d1e312
·
verified ·
1 Parent(s): 4180f8a

update app

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -302,8 +302,8 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
302
  with gr.Accordion("Advanced Settings", open=False, visible=False):
303
  seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0)
304
  randomize_seed = gr.Checkbox(label="Randomize Seed", value=True)
305
- guidance_scale = gr.Slider(label="Guidance Scale", minimum=1.0, maximum=10.0, step=0.1, value=4.0)
306
- steps = gr.Slider(label="Inference Steps", minimum=1, maximum=50, step=1, value=30)
307
 
308
  # FIX: Correctly formatted inputs for gr.Gallery in Examples.
309
  # Each example input corresponding to the Gallery component must be a LIST of images.
 
302
  with gr.Accordion("Advanced Settings", open=False, visible=False):
303
  seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0)
304
  randomize_seed = gr.Checkbox(label="Randomize Seed", value=True)
305
+ guidance_scale = gr.Slider(label="Guidance Scale", minimum=1.0, maximum=10.0, step=0.1, value=1.0)
306
+ steps = gr.Slider(label="Inference Steps", minimum=1, maximum=50, step=1, value=4)
307
 
308
  # FIX: Correctly formatted inputs for gr.Gallery in Examples.
309
  # Each example input corresponding to the Gallery component must be a LIST of images.