Spaces:
Running
Running
Update constants.py
Browse files- constants.py +3 -3
constants.py
CHANGED
@@ -136,11 +136,11 @@ LEADERBORAD_INFO = """
|
|
136 |
"""
|
137 |
|
138 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
139 |
-
CITATION_BUTTON_TEXT = r"""@
|
140 |
title={{VBench}: Comprehensive Benchmark Suite for Video Generative Models},
|
141 |
author={Huang, Ziqi and He, Yinan and Yu, Jiashuo and Zhang, Fan and Si, Chenyang and Jiang, Yuming and Zhang, Yuanhan and Wu, Tianxing and Jin, Qingyang and Chanpaisit, Nattapol and Wang, Yaohui and Chen, Xinyuan and Wang, Limin and Lin, Dahua and Qiao, Yu and Liu, Ziwei},
|
142 |
-
|
143 |
-
year={
|
144 |
}"""
|
145 |
|
146 |
QUALITY_CLAIM_TEXT = "We use all the videos on Sora website (https://openai.com/sora) for a preliminary evaluation, including the failure case videos Sora provided."
|
|
|
136 |
"""
|
137 |
|
138 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
139 |
+
CITATION_BUTTON_TEXT = r"""@inproceedings{huang2023vbench,
|
140 |
title={{VBench}: Comprehensive Benchmark Suite for Video Generative Models},
|
141 |
author={Huang, Ziqi and He, Yinan and Yu, Jiashuo and Zhang, Fan and Si, Chenyang and Jiang, Yuming and Zhang, Yuanhan and Wu, Tianxing and Jin, Qingyang and Chanpaisit, Nattapol and Wang, Yaohui and Chen, Xinyuan and Wang, Limin and Lin, Dahua and Qiao, Yu and Liu, Ziwei},
|
142 |
+
booktitle={Proceedings of the IEEE/CVF conference on computer vision and pattern recognition},
|
143 |
+
year={2024}
|
144 |
}"""
|
145 |
|
146 |
QUALITY_CLAIM_TEXT = "We use all the videos on Sora website (https://openai.com/sora) for a preliminary evaluation, including the failure case videos Sora provided."
|