Spaces:
Build error
Build error
Commit ·
0784f23
1
Parent(s): feac658
update
Browse files
app.py
CHANGED
|
@@ -849,6 +849,7 @@ def APE_D_tab():
|
|
| 849 |
gr.Examples(
|
| 850 |
examples=example_list,
|
| 851 |
inputs=[input_image, input_text, score_threshold, output_type],
|
|
|
|
| 852 |
)
|
| 853 |
|
| 854 |
# add_tail_info()
|
|
@@ -901,6 +902,7 @@ def comparison_tab():
|
|
| 901 |
gr.Examples(
|
| 902 |
examples=example_list,
|
| 903 |
inputs=[input_image, input_text, score_threshold, output_type],
|
|
|
|
| 904 |
)
|
| 905 |
|
| 906 |
# add_tail_info()
|
|
|
|
| 849 |
gr.Examples(
|
| 850 |
examples=example_list,
|
| 851 |
inputs=[input_image, input_text, score_threshold, output_type],
|
| 852 |
+
examples_per_page=20,
|
| 853 |
)
|
| 854 |
|
| 855 |
# add_tail_info()
|
|
|
|
| 902 |
gr.Examples(
|
| 903 |
examples=example_list,
|
| 904 |
inputs=[input_image, input_text, score_threshold, output_type],
|
| 905 |
+
examples_per_page=20,
|
| 906 |
)
|
| 907 |
|
| 908 |
# add_tail_info()
|