Spaces:
Runtime error
Runtime error
Tillmandev
commited on
Commit
•
a96d5bf
1
Parent(s):
bbf71d1
Update app.py
Browse files
app.py
CHANGED
@@ -505,7 +505,7 @@ with gr.Blocks(css=css) as demo:
|
|
505 |
label="Sampling Method", choices=samplers)
|
506 |
|
507 |
with gr.Column(scale=1):
|
508 |
-
i2i_steps = gr.Slider(label="Sampling Steps", minimum=1, maximum=
|
509 |
|
510 |
with gr.Row():
|
511 |
with gr.Column(scale=6):
|
|
|
505 |
label="Sampling Method", choices=samplers)
|
506 |
|
507 |
with gr.Column(scale=1):
|
508 |
+
i2i_steps = gr.Slider(label="Sampling Steps", minimum=1, maximum=100, value=25, step=1)
|
509 |
|
510 |
with gr.Row():
|
511 |
with gr.Column(scale=6):
|