alexnasa commited on
Commit
e765a08
·
verified ·
1 Parent(s): db22115

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=4)
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):