multimodalart HF staff commited on
Commit
a15e195
1 Parent(s): 2458820

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -459,8 +459,8 @@ with block:
459
  rev_style = gr.Checkbox(
460
  label='Negative Guidance', interactive=False)
461
  warmup_style = gr.Slider(label='Warmup', minimum=0, maximum=50, value=5, step=1, interactive=True)
462
- scale_style = gr.Slider(label='Scale', minimum=1, maximum=10, value=7, step=0.25, interactive=True)
463
- threshold_style = gr.Slider(label='Threshold', minimum=0.5, maximum=0.99, value=0.8, steps=0.01, interactive=True)
464
 
465
 
466
  gallery = gr.Gallery(
459
  rev_style = gr.Checkbox(
460
  label='Negative Guidance', interactive=False)
461
  warmup_style = gr.Slider(label='Warmup', minimum=0, maximum=50, value=5, step=1, interactive=True)
462
+ scale_style = gr.Slider(label='Scale', minimum=1, maximum=20, value=7, step=0.25, interactive=True)
463
+ threshold_style = gr.Slider(label='Threshold', minimum=0.1, maximum=0.99, value=0.8, steps=0.01, interactive=True)
464
 
465
 
466
  gallery = gr.Gallery(