Spaces:
Runtime error
Runtime error
Update constants.py
Browse files- constants.py +1 -1
constants.py
CHANGED
|
@@ -193,7 +193,7 @@ LEADERBORAD_INTRODUCTION = """# VBench Leaderboard
|
|
| 193 |
SUBMIT_INTRODUCTION = """# Submit on VBench Benchmark Introduction
|
| 194 |
|
| 195 |
## ⚠
|
| 196 |
-
1. Please note that you need to obtain the file `evaluation_results
|
| 197 |
2. Then, pack these JSON files into a `ZIP` archive, ensuring that the top-level directory of the ZIP contains the individual JSON files.
|
| 198 |
3. Finally, upload the ZIP archive below.
|
| 199 |
|
|
|
|
| 193 |
SUBMIT_INTRODUCTION = """# Submit on VBench Benchmark Introduction
|
| 194 |
|
| 195 |
## ⚠
|
| 196 |
+
1. Please note that you need to obtain the file `evaluation_results/*.json` by running VBench in Github. You may conduct an [Offline Check](https://github.com/Vchitect/VBench?tab=readme-ov-file#get-final-score-and-submit-to-leaderboard) before uploading.
|
| 197 |
2. Then, pack these JSON files into a `ZIP` archive, ensuring that the top-level directory of the ZIP contains the individual JSON files.
|
| 198 |
3. Finally, upload the ZIP archive below.
|
| 199 |
|