Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -214,7 +214,7 @@ with block:
|
|
| 214 |
input_image = gr.Image(type="pil")
|
| 215 |
num_particles = gr.Slider(label="Num of Partickes", minimum=1, maximum=16, step=1, value=10)
|
| 216 |
bandwidth = gr.Slider(label="Bandwidth", minimum=0.1, maximum=0.8, step=0.1, value=0.1)
|
| 217 |
-
patch_size = gr.Slider(label="Patch Size", minimum=1, maximum=16, step=
|
| 218 |
use_KDS = gr.Checkbox(label="Use Kernel Density Steering")
|
| 219 |
run_button = gr.Button("Run")
|
| 220 |
with gr.Accordion("Options", open=True):
|
|
|
|
| 214 |
input_image = gr.Image(type="pil")
|
| 215 |
num_particles = gr.Slider(label="Num of Partickes", minimum=1, maximum=16, step=1, value=10)
|
| 216 |
bandwidth = gr.Slider(label="Bandwidth", minimum=0.1, maximum=0.8, step=0.1, value=0.1)
|
| 217 |
+
patch_size = gr.Slider(label="Patch Size", minimum=1, maximum=16, step=1, value=16)
|
| 218 |
use_KDS = gr.Checkbox(label="Use Kernel Density Steering")
|
| 219 |
run_button = gr.Button("Run")
|
| 220 |
with gr.Accordion("Options", open=True):
|