Spaces:
Runtime error
Runtime error
chuanli-lambda
commited on
Commit
·
1e22e27
1
Parent(s):
9d80251
Update app.py
Browse files
app.py
CHANGED
@@ -175,7 +175,7 @@ To skip the queue you can try it on <a href="https://gradio.659760a2fca34f7581e6
|
|
175 |
strengths.append(strength)
|
176 |
with gr.Row():
|
177 |
cfg_scale = gr.Slider(label="CFG scale", value=3, minimum=1, maximum=10, step=0.5)
|
178 |
-
n_samples = gr.Slider(label="Num samples", value=
|
179 |
seed = gr.Slider(label="Seed", value=0, minimum=0, maximum=10000, step=1)
|
180 |
steps = gr.Slider(label="Steps", value=30, minimum=10, maximum=100, step=5)
|
181 |
|
|
|
175 |
strengths.append(strength)
|
176 |
with gr.Row():
|
177 |
cfg_scale = gr.Slider(label="CFG scale", value=3, minimum=1, maximum=10, step=0.5)
|
178 |
+
n_samples = gr.Slider(label="Num samples", value=1, minimum=1, maximum=1, step=1)
|
179 |
seed = gr.Slider(label="Seed", value=0, minimum=0, maximum=10000, step=1)
|
180 |
steps = gr.Slider(label="Steps", value=30, minimum=10, maximum=100, step=5)
|
181 |
|