Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -352,7 +352,7 @@ with gr.Blocks() as demo:
|
|
352 |
examples=examples_point,
|
353 |
inputs=[input_image, img_state_bbox],
|
354 |
outputs=[img_state_bbox, output_image_box],
|
355 |
-
examples_per_page=
|
356 |
fn=preprocess_example,
|
357 |
run_on_click=True,
|
358 |
cache_examples=False,
|
@@ -405,7 +405,7 @@ with gr.Blocks() as demo:
|
|
405 |
examples=examples_point,
|
406 |
inputs=[input_image, img_state_points],
|
407 |
outputs=[img_state_points, output_image_point],
|
408 |
-
examples_per_page=
|
409 |
fn=preprocess_example,
|
410 |
run_on_click=True,
|
411 |
cache_examples=False,
|
|
|
352 |
examples=examples_point,
|
353 |
inputs=[input_image, img_state_bbox],
|
354 |
outputs=[img_state_bbox, output_image_box],
|
355 |
+
examples_per_page=6,
|
356 |
fn=preprocess_example,
|
357 |
run_on_click=True,
|
358 |
cache_examples=False,
|
|
|
405 |
examples=examples_point,
|
406 |
inputs=[input_image, img_state_points],
|
407 |
outputs=[img_state_points, output_image_point],
|
408 |
+
examples_per_page=6,
|
409 |
fn=preprocess_example,
|
410 |
run_on_click=True,
|
411 |
cache_examples=False,
|