Update app.py
Browse files
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=
|
| 310 |
value=default_max,
|
| 311 |
-
step=
|
| 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(
|