Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ REFERENCE_NAME = "references"
|
|
10 |
SUBMISSION_NAME = "vbench_leaderboard_submission"
|
11 |
|
12 |
|
13 |
-
SUBMISSION_URL = os.path.join("https://huggingface.co/datasets/
|
14 |
|
15 |
|
16 |
TEST_SETS = [
|
@@ -104,7 +104,7 @@ st.markdown(
|
|
104 |
\n
|
105 |
To submit to VBench, download the prompt suite from [VBench/Prompt](https://github.com/Vchitect/VBench/tree/master/prompts). Upload your zipped submissions for scoring and placement on the leaderboard.
|
106 |
\n
|
107 |
-
Should you experience any issues, open an issue using the link [new discussion](https://huggingface.co/spaces/
|
108 |
"""
|
109 |
)
|
110 |
|
|
|
10 |
SUBMISSION_NAME = "vbench_leaderboard_submission"
|
11 |
|
12 |
|
13 |
+
SUBMISSION_URL = os.path.join("https://huggingface.co/datasets/Vchitect/", SUBMISSION_NAME)
|
14 |
|
15 |
|
16 |
TEST_SETS = [
|
|
|
104 |
\n
|
105 |
To submit to VBench, download the prompt suite from [VBench/Prompt](https://github.com/Vchitect/VBench/tree/master/prompts). Upload your zipped submissions for scoring and placement on the leaderboard.
|
106 |
\n
|
107 |
+
Should you experience any issues, open an issue using the link [new discussion](https://huggingface.co/spaces/Vchitect/VBench_Leaderboard/discussions) and tag `@Ziqi`.
|
108 |
"""
|
109 |
)
|
110 |
|