Spaces:
Running
Running
Update constants.py
Browse files- constants.py +6 -4
constants.py
CHANGED
@@ -42,9 +42,11 @@ TABLE_INTRODUCTION = """In the table below, we summarize each task performance o
|
|
42 |
"""
|
43 |
|
44 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
45 |
-
CITATION_BUTTON_TEXT = r"""@article{
|
46 |
-
title={
|
47 |
-
author={Yuan, Shenghai and Huang, Jinfa and
|
48 |
-
journal={
|
|
|
|
|
49 |
year={2024}
|
50 |
}"""
|
|
|
42 |
"""
|
43 |
|
44 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
45 |
+
CITATION_BUTTON_TEXT = r"""@article{yuan2024chronomagic,
|
46 |
+
title={Chronomagic-bench: A benchmark for metamorphic evaluation of text-to-time-lapse video generation},
|
47 |
+
author={Yuan, Shenghai and Huang, Jinfa and Xu, Yongqi and Liu, Yaoyang and Zhang, Shaofeng and Shi, Yujun and Zhu, Rui-Jie and Cheng, Xinhua and Luo, Jiebo and Yuan, Li},
|
48 |
+
journal={Advances in Neural Information Processing Systems},
|
49 |
+
volume={37},
|
50 |
+
pages={21236--21270},
|
51 |
year={2024}
|
52 |
}"""
|