LiangLabUMB commited on
Commit
b2a6931
·
verified ·
1 Parent(s): 70f9aeb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -376,8 +376,8 @@ with gr.Blocks(
376
  )
377
  max_size_slider1 = gr.Slider(
378
  minimum=0,
379
- maximum=500,
380
- value=500,
381
  step=10,
382
  label="Maximum Cell Size (pixels)",
383
  )
 
376
  )
377
  max_size_slider1 = gr.Slider(
378
  minimum=0,
379
+ maximum=10000,
380
+ value=10000,
381
  step=10,
382
  label="Maximum Cell Size (pixels)",
383
  )