Spaces:
Running
Running
Grammar fix on tab title
Browse filesWord "Quaity" changed to "Quality" in a tab title, sorry can not unsee this, also found grammar mistakes in a function arg names (choose_all_quailty) but it not bothers me, and do not wanna broke your code. Thanks for all your work.
app.py
CHANGED
@@ -674,7 +674,7 @@ with block:
|
|
674 |
vbench_team_filter.change(fn=on_filter_model_size_method_change, inputs=[checkbox_group, vbench_team_filter, vbench_validate_filter], outputs=data_component)
|
675 |
vbench_validate_filter.change(fn=on_filter_model_size_method_change, inputs=[checkbox_group, vbench_team_filter, vbench_validate_filter], outputs=data_component)
|
676 |
# Table 1
|
677 |
-
with gr.TabItem("Video
|
678 |
with gr.Accordion("INSTRUCTION", open=False):
|
679 |
citation_button = gr.Textbox(
|
680 |
value=QUALITY_CLAIM_TEXT,
|
|
|
674 |
vbench_team_filter.change(fn=on_filter_model_size_method_change, inputs=[checkbox_group, vbench_team_filter, vbench_validate_filter], outputs=data_component)
|
675 |
vbench_validate_filter.change(fn=on_filter_model_size_method_change, inputs=[checkbox_group, vbench_team_filter, vbench_validate_filter], outputs=data_component)
|
676 |
# Table 1
|
677 |
+
with gr.TabItem("Video Quality", elem_id="vbench-tab-table", id=2):
|
678 |
with gr.Accordion("INSTRUCTION", open=False):
|
679 |
citation_button = gr.Textbox(
|
680 |
value=QUALITY_CLAIM_TEXT,
|