manu commited on
Commit
ec684bb
·
verified ·
1 Parent(s): f4b6021

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -306,9 +306,9 @@ def launch_gradio_app(
306
  with gr.Row(elem_classes="launch-controls"):
307
  max_objects_input = gr.Slider(
308
  minimum=1,
309
- maximum=500,
310
  value=default_max,
311
- step=1,
312
  label="Maximum objects to scrape",
313
  )
314
  start_id_input = gr.Number(
 
306
  with gr.Row(elem_classes="launch-controls"):
307
  max_objects_input = gr.Slider(
308
  minimum=1,
309
+ maximum=10000,
310
  value=default_max,
311
+ step=10,
312
  label="Maximum objects to scrape",
313
  )
314
  start_id_input = gr.Number(