Ziqi commited on
Commit
50b9537
·
verified ·
1 Parent(s): 0f2b0f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ def show_feedback_button():
163
  with gr.Blocks() as interface:
164
  gr.Markdown("# VBench Video Arena")
165
  gr.Markdown("""
166
- **What is VBench Arena?**: View the generated videos here, and you can optionally vote for your preferred video. This demo features over 180,000 generated videos, and you can explore videos generated by your chosen models (we already support 40 models) following your chosen text prompts.\n
167
  - **Random 2 Videos**: Randomly selects two models to compare on the same ability dimension and text prompt.\n
168
  - **Play Selection** Allows users to choose a model, dimension, and text prompt from drop-down menus and view the corresponding videos. """)
169
 
 
163
  with gr.Blocks() as interface:
164
  gr.Markdown("# VBench Video Arena")
165
  gr.Markdown("""
166
+ **VBench Arena: Watch AI-Generated Videos Instantly (powered by [VBench](https://github.com/Vchitect/VBench) and [VBench Leaderboard](https://huggingface.co/spaces/Vchitect/VBench_Leaderboard)**\n
167
  - **Random 2 Videos**: Randomly selects two models to compare on the same ability dimension and text prompt.\n
168
  - **Play Selection** Allows users to choose a model, dimension, and text prompt from drop-down menus and view the corresponding videos. """)
169