Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -266,6 +266,13 @@ with block:
|
|
| 266 |
checkbox_group.change(fn=on_filter_model_size_method_change, inputs=[ checkbox_group], outputs=data_component)
|
| 267 |
|
| 268 |
with gr.TabItem("Video Quaity", elem_id="vbench-tab-table", id=2):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 269 |
with gr.Row():
|
| 270 |
with gr.Column(scale=1.0):
|
| 271 |
# selection for column part:
|
|
|
|
| 266 |
checkbox_group.change(fn=on_filter_model_size_method_change, inputs=[ checkbox_group], outputs=data_component)
|
| 267 |
|
| 268 |
with gr.TabItem("Video Quaity", elem_id="vbench-tab-table", id=2):
|
| 269 |
+
with gr.Accordion("INSTRUCTION", open=False):
|
| 270 |
+
citation_button = gr.Textbox(
|
| 271 |
+
value=QUALITY_CLAIM_TEXT,
|
| 272 |
+
label="",
|
| 273 |
+
elem_id="quality-button",
|
| 274 |
+
lines=10,
|
| 275 |
+
)
|
| 276 |
with gr.Row():
|
| 277 |
with gr.Column(scale=1.0):
|
| 278 |
# selection for column part:
|