Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -224,7 +224,7 @@ with gr.Blocks(css=css) as demo:
|
|
224 |
|
225 |
with gr.Row():
|
226 |
with gr.Column(scale=1):
|
227 |
-
steps = gr.Slider(label="Sampling Steps", minimum=1, maximum=
|
228 |
|
229 |
with gr.Row():
|
230 |
with gr.Column(scale=1):
|
@@ -255,7 +255,7 @@ with gr.Blocks(css=css) as demo:
|
|
255 |
with gr.Row():
|
256 |
|
257 |
with gr.Column(scale=1):
|
258 |
-
i2i_steps = gr.Slider(label="Sampling Steps", minimum=1, maximum=
|
259 |
|
260 |
with gr.Row():
|
261 |
with gr.Column(scale=1):
|
|
|
224 |
|
225 |
with gr.Row():
|
226 |
with gr.Column(scale=1):
|
227 |
+
steps = gr.Slider(label="Sampling Steps", minimum=1, maximum=50, value=30, step=1)
|
228 |
|
229 |
with gr.Row():
|
230 |
with gr.Column(scale=1):
|
|
|
255 |
with gr.Row():
|
256 |
|
257 |
with gr.Column(scale=1):
|
258 |
+
i2i_steps = gr.Slider(label="Sampling Steps", minimum=1, maximum=50, value=30, step=1)
|
259 |
|
260 |
with gr.Row():
|
261 |
with gr.Column(scale=1):
|