Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -604,7 +604,7 @@ with gr.Blocks(title="AI Vision Showdown", theme=gr.themes.Default(primary_hue="
|
|
| 604 |
gr.Examples(
|
| 605 |
examples=valid_examples,
|
| 606 |
inputs=image_input,
|
| 607 |
-
examples_per_page=
|
| 608 |
label=""
|
| 609 |
)
|
| 610 |
|
|
|
|
| 604 |
gr.Examples(
|
| 605 |
examples=valid_examples,
|
| 606 |
inputs=image_input,
|
| 607 |
+
examples_per_page=5,
|
| 608 |
label=""
|
| 609 |
)
|
| 610 |
|