Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1193,10 +1193,10 @@ with block:
|
|
1193 |
outputs=[submit_button_i2v, submit_succ_button_i2v, fail_textbox_i2v]
|
1194 |
)
|
1195 |
with gr.TabItem("⭐ [VBench2]Submit here! ", elem_id="mvbench-tab-table", id=9):
|
1196 |
-
gr.Markdown(
|
1197 |
|
1198 |
with gr.Row():
|
1199 |
-
gr.Markdown(
|
1200 |
|
1201 |
with gr.Row():
|
1202 |
gr.Markdown("# ✉️✨ Submit your model evaluation json file here!", elem_classes="markdown-text")
|
|
|
1193 |
outputs=[submit_button_i2v, submit_succ_button_i2v, fail_textbox_i2v]
|
1194 |
)
|
1195 |
with gr.TabItem("⭐ [VBench2]Submit here! ", elem_id="mvbench-tab-table", id=9):
|
1196 |
+
gr.Markdown(LEADERBORAD_INTRODUCTION2, elem_classes="markdown-text")
|
1197 |
|
1198 |
with gr.Row():
|
1199 |
+
gr.Markdown(SUBMIT_INTRODUCTION2, elem_classes="markdown-text")
|
1200 |
|
1201 |
with gr.Row():
|
1202 |
gr.Markdown("# ✉️✨ Submit your model evaluation json file here!", elem_classes="markdown-text")
|