RedAIGC commited on
Commit
2e0a09e
·
verified ·
1 Parent(s): a8ac5c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks(css=css) as demo:
100
 
101
  with gr.Row():
102
  steps = gr.Slider(label="Inference Steps", minimum=4, maximum=10, step=1, value=8)
103
- scales = gr.Slider(label="Guidance Scale", minimum=0.0, maximum=3.5, step=0.1, value=2.0)
104
  with gr.Row():
105
  seed = gr.Number(label="Seed", value=-1, precision=0)
106
  with gr.Row():
 
100
 
101
  with gr.Row():
102
  steps = gr.Slider(label="Inference Steps", minimum=4, maximum=10, step=1, value=8)
103
+ scales = gr.Slider(label="Guidance Scale", minimum=0.0, maximum=5.0, step=0.1, value=2.0)
104
  with gr.Row():
105
  seed = gr.Number(label="Seed", value=-1, precision=0)
106
  with gr.Row():