Spaces:
Running
Running
AtsuMiyai
commited on
Commit
Β·
10de1e4
1
Parent(s):
0de18f1
update explanations on MM-UPD Bench
Browse files
app.py
CHANGED
@@ -402,15 +402,6 @@ with block:
|
|
402 |
question_type.change(fn=on_filter_model_size_method_change, inputs=[model_size, question_type, checkbox_aad_group], outputs=data_component_aad)
|
403 |
checkbox_aad_group.change(fn=on_filter_model_size_method_change, inputs=[model_size, question_type, checkbox_aad_group], outputs=data_component_aad)
|
404 |
|
405 |
-
with gr.Row():
|
406 |
-
with gr.Accordion("Citation", open=False):
|
407 |
-
citation_button = gr.Textbox(
|
408 |
-
value=CITATION_BUTTON_TEXT,
|
409 |
-
label=CITATION_BUTTON_LABEL,
|
410 |
-
elem_id="citation-button",
|
411 |
-
show_copy_button=True,
|
412 |
-
)
|
413 |
-
|
414 |
with gr.TabItem("π
MM-IASD Benchmark", elem_id="mmiasd-benchmark-tab-table", id=2):
|
415 |
checkbox_iasd_group = gr.CheckboxGroup(
|
416 |
choices=TASK_IASD_INFO,
|
@@ -495,15 +486,6 @@ with block:
|
|
495 |
question_type.change(fn=on_filter_model_size_method_change, inputs=[model_size, question_type, checkbox_iasd_group], outputs=data_component_iasd)
|
496 |
checkbox_iasd_group.change(fn=on_filter_model_size_method_change, inputs=[model_size, question_type, checkbox_iasd_group], outputs=data_component_iasd)
|
497 |
|
498 |
-
with gr.Row():
|
499 |
-
with gr.Accordion("Citation", open=False):
|
500 |
-
citation_button = gr.Textbox(
|
501 |
-
value=CITATION_BUTTON_TEXT,
|
502 |
-
label=CITATION_BUTTON_LABEL,
|
503 |
-
elem_id="citation-button",
|
504 |
-
show_copy_button=True,
|
505 |
-
)
|
506 |
-
|
507 |
# Table 3
|
508 |
with gr.TabItem("π
MM-IVQD Benchmark", elem_id="mmiasd-benchmark-tab-table", id=3):
|
509 |
# selection for column part:
|
@@ -589,14 +571,6 @@ with block:
|
|
589 |
question_type.change(fn=on_filter_model_size_method_change, inputs=[model_size, question_type, checkbox_ivqd_group], outputs=data_component_ivqd)
|
590 |
checkbox_ivqd_group.change(fn=on_filter_model_size_method_change, inputs=[model_size, question_type, checkbox_ivqd_group], outputs=data_component_ivqd)
|
591 |
|
592 |
-
with gr.Accordion("Citation", open=False):
|
593 |
-
citation_button = gr.Textbox(
|
594 |
-
value=CITATION_BUTTON_TEXT,
|
595 |
-
label=CITATION_BUTTON_LABEL,
|
596 |
-
elem_id="citation-button",
|
597 |
-
show_copy_button=True,
|
598 |
-
)
|
599 |
-
|
600 |
# table 4
|
601 |
with gr.TabItem("π About", elem_id="mmupd-benchmark-tab-table", id=4):
|
602 |
gr.Markdown(LEADERBORAD_INFO, elem_classes="markdown-text")
|
|
|
402 |
question_type.change(fn=on_filter_model_size_method_change, inputs=[model_size, question_type, checkbox_aad_group], outputs=data_component_aad)
|
403 |
checkbox_aad_group.change(fn=on_filter_model_size_method_change, inputs=[model_size, question_type, checkbox_aad_group], outputs=data_component_aad)
|
404 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
405 |
with gr.TabItem("π
MM-IASD Benchmark", elem_id="mmiasd-benchmark-tab-table", id=2):
|
406 |
checkbox_iasd_group = gr.CheckboxGroup(
|
407 |
choices=TASK_IASD_INFO,
|
|
|
486 |
question_type.change(fn=on_filter_model_size_method_change, inputs=[model_size, question_type, checkbox_iasd_group], outputs=data_component_iasd)
|
487 |
checkbox_iasd_group.change(fn=on_filter_model_size_method_change, inputs=[model_size, question_type, checkbox_iasd_group], outputs=data_component_iasd)
|
488 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
489 |
# Table 3
|
490 |
with gr.TabItem("π
MM-IVQD Benchmark", elem_id="mmiasd-benchmark-tab-table", id=3):
|
491 |
# selection for column part:
|
|
|
571 |
question_type.change(fn=on_filter_model_size_method_change, inputs=[model_size, question_type, checkbox_ivqd_group], outputs=data_component_ivqd)
|
572 |
checkbox_ivqd_group.change(fn=on_filter_model_size_method_change, inputs=[model_size, question_type, checkbox_ivqd_group], outputs=data_component_ivqd)
|
573 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
574 |
# table 4
|
575 |
with gr.TabItem("π About", elem_id="mmupd-benchmark-tab-table", id=4):
|
576 |
gr.Markdown(LEADERBORAD_INFO, elem_classes="markdown-text")
|