Spaces:
Running
Running
Update constants.py
Browse files- constants.py +3 -3
constants.py
CHANGED
@@ -87,12 +87,12 @@ LEADERBORAD_INTRODUCTION = """# VBench Leaderboard
|
|
87 |
π Welcome to the leaderboard of the VBench! π¦
|
88 |
|
89 |
Please follow the instructions in [VBench](https://github.com/Vchitect/VBench?tab=readme-ov-file#usage) to upload the generated `result.json` file here. After clicking the `Submit Eval` button, click the `Refresh` button.
|
90 |
-
|
91 |
-
## β Please note that you need to obtain the file `evaluation_results/*eval_results.json` by running [VBench Github](https:) and upload the evaluation results.
|
92 |
-
Uploading generated videos or images of the model is invalid!
|
93 |
"""
|
94 |
|
95 |
SUBMIT_INTRODUCTION = """# Submit on VBench Benchmark Introduction
|
|
|
|
|
|
|
96 |
"""
|
97 |
|
98 |
TABLE_INTRODUCTION = """
|
|
|
87 |
π Welcome to the leaderboard of the VBench! π¦
|
88 |
|
89 |
Please follow the instructions in [VBench](https://github.com/Vchitect/VBench?tab=readme-ov-file#usage) to upload the generated `result.json` file here. After clicking the `Submit Eval` button, click the `Refresh` button.
|
|
|
|
|
|
|
90 |
"""
|
91 |
|
92 |
SUBMIT_INTRODUCTION = """# Submit on VBench Benchmark Introduction
|
93 |
+
|
94 |
+
## β Please note that you need to obtain the file `evaluation_results/*eval_results.json` by running [VBench Github](https:) and upload the evaluation results.
|
95 |
+
Uploading generated videos or images of the model is invalid!
|
96 |
"""
|
97 |
|
98 |
TABLE_INTRODUCTION = """
|