Spaces:
Runtime error
Runtime error
Commit
·
d1737cc
1
Parent(s):
a96d5bf
Update app.py
Browse files
app.py
CHANGED
|
@@ -459,7 +459,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 459 |
choices=samplers)
|
| 460 |
|
| 461 |
with gr.Column(scale=1):
|
| 462 |
-
steps = gr.Slider(label="Sampling Steps", minimum=1, maximum=
|
| 463 |
|
| 464 |
with gr.Row():
|
| 465 |
with gr.Column(scale=8):
|
|
|
|
| 459 |
choices=samplers)
|
| 460 |
|
| 461 |
with gr.Column(scale=1):
|
| 462 |
+
steps = gr.Slider(label="Sampling Steps", minimum=1, maximum=100, value=25, step=1)
|
| 463 |
|
| 464 |
with gr.Row():
|
| 465 |
with gr.Column(scale=8):
|