Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -318,7 +318,7 @@ with image_blocks as demo:
|
|
318 |
)
|
319 |
with gr.Accordion(label="Advanced Settings", open=False):
|
320 |
with gr.Row():
|
321 |
-
denoise_steps = gr.Number(label="Denoising Steps", minimum=
|
322 |
seed = gr.Number(label="Seed", minimum=-1, maximum=2147483647, step=1, value=42)
|
323 |
|
324 |
with gr.Column():
|
|
|
318 |
)
|
319 |
with gr.Accordion(label="Advanced Settings", open=False):
|
320 |
with gr.Row():
|
321 |
+
denoise_steps = gr.Number(label="Denoising Steps", minimum=5, maximum=40, value=10, step=1)
|
322 |
seed = gr.Number(label="Seed", minimum=-1, maximum=2147483647, step=1, value=42)
|
323 |
|
324 |
with gr.Column():
|