Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
shenyunhang committed Dec 10, 2023
1 parent f4b5e73 commit c164201
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@ def APE_D_tab():
gr.Examples(
examples=example_list,
inputs=[input_image, input_text, score_threshold, output_type],
examples_per_page=20,
)

# add_tail_info()
Expand Down Expand Up @@ -901,6 +902,7 @@ def comparison_tab():
gr.Examples(
examples=example_list,
inputs=[input_image, input_text, score_threshold, output_type],
examples_per_page=20,
)

# add_tail_info()
Expand Down

0 comments on commit c164201

Please sign in to comment.