Spaces:
Paused
Paused
stefanbenten
commited on
Commit
•
0370bc2
1
Parent(s):
4bada15
app.py: adjust steps boundries and default
Browse files
app.py
CHANGED
@@ -263,7 +263,7 @@ with gr.Blocks(css=css) as demo:
|
|
263 |
i2i_sampler = gr.Dropdown(value="Euler a", show_label=True, label="Sampling Method", choices=prodia_client.list_samplers())
|
264 |
|
265 |
with gr.Column(scale=1):
|
266 |
-
i2i_steps = gr.Slider(label="Sampling Steps", minimum=1, maximum=
|
267 |
|
268 |
with gr.Row():
|
269 |
with gr.Column(scale=1):
|
|
|
263 |
i2i_sampler = gr.Dropdown(value="Euler a", show_label=True, label="Sampling Method", choices=prodia_client.list_samplers())
|
264 |
|
265 |
with gr.Column(scale=1):
|
266 |
+
i2i_steps = gr.Slider(label="Sampling Steps", minimum=1, maximum=25, value=20, step=1)
|
267 |
|
268 |
with gr.Row():
|
269 |
with gr.Column(scale=1):
|