Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ JSON_DATASET_PATH = "./file/userdata.json"
|
|
11 |
LEADERBORAD_INTRODUCTION = """# AutoEval-Video Leaderboard
|
12 |
|
13 |
Welcome to the leaderboard of AutoEval-Video!
|
14 |
-
AutoEval-Video comprises 327 complex open-ended video-question instances that span across nine skill dimensions, which address video-specific perception, comprehension, and generation skills. Please refer to our [paper]() for more details.
|
15 |
"""
|
16 |
|
17 |
SUBMIT_INTRODUCTION = """# Submit Introduction
|
|
|
11 |
LEADERBORAD_INTRODUCTION = """# AutoEval-Video Leaderboard
|
12 |
|
13 |
Welcome to the leaderboard of AutoEval-Video!
|
14 |
+
AutoEval-Video comprises 327 complex open-ended video-question instances that span across nine skill dimensions, which address video-specific perception, comprehension, and generation skills. Please refer to our [paper](https://arxiv.org/abs/2311.14906) for more details.
|
15 |
"""
|
16 |
|
17 |
SUBMIT_INTRODUCTION = """# Submit Introduction
|