Spaces:
Running
Running
Update constants.py
Browse files- constants.py +3 -0
constants.py
CHANGED
@@ -87,6 +87,9 @@ 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 |
|
92 |
SUBMIT_INTRODUCTION = """# Submit on VBench Benchmark 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 |
+
## β 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
|