Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -210,7 +210,7 @@ with block:
|
|
| 210 |
with gr.Row():
|
| 211 |
with gr.Column():
|
| 212 |
input_image = gr.Image(type="pil")
|
| 213 |
-
num_particles = gr.Slider(label="Num of Partickes", minimum=1, maximum=16, step=1, value=
|
| 214 |
use_KDS = gr.Checkbox(label="Use Kernel Density Steering")
|
| 215 |
run_button = gr.Button("Run")
|
| 216 |
with gr.Accordion("Options", open=True):
|
|
|
|
| 210 |
with gr.Row():
|
| 211 |
with gr.Column():
|
| 212 |
input_image = gr.Image(type="pil")
|
| 213 |
+
num_particles = gr.Slider(label="Num of Partickes", minimum=1, maximum=16, step=1, value=10)
|
| 214 |
use_KDS = gr.Checkbox(label="Use Kernel Density Steering")
|
| 215 |
run_button = gr.Button("Run")
|
| 216 |
with gr.Accordion("Options", open=True):
|