ynhe commited on
Commit
8cdf67a
1 Parent(s): b374405

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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/VBench/", SUBMISSION_NAME)
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/VBench/T2V-Leaderboard/discussions) and tag `@Ziqi`.
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