Update constants.py
Browse files- constants.py +2 -2
constants.py
CHANGED
@@ -55,9 +55,9 @@ LEADERBOARD_INTRODUCTION = """# T2V-CompBench Leaderboard
|
|
55 |
|
56 |
LEADERBOARD_INTRODUCTION_HTML = """
|
57 |
<div style="display: flex; flex-wrap: wrap; align-items: center; gap: 10px;">
|
58 |
-
<a href='https://github.com/KaiyueSun98/T2V-CompBench'><img src='https://img.shields.io/github/stars/KaiyueSun98/T2V-CompBench.svg?style=social&label=Official'></a>
|
59 |
<a href='https://arxiv.org/abs/2407.14505'><img src='https://img.shields.io/badge/cs.CV-Paper-b31b1b?logo=arxiv&logoColor=red'></a>
|
60 |
-
<a href="https://t2v-compbench.github.io
|
61 |
</div>
|
62 |
"""
|
63 |
LEADERBOARD_INTRODUCTION_2 = """
|
|
|
55 |
|
56 |
LEADERBOARD_INTRODUCTION_HTML = """
|
57 |
<div style="display: flex; flex-wrap: wrap; align-items: center; gap: 10px;">
|
58 |
+
<a href='https://github.com/KaiyueSun98/T2V-CompBench/tree/V2'><img src='https://img.shields.io/github/stars/KaiyueSun98/T2V-CompBench.svg?style=social&label=Official'></a>
|
59 |
<a href='https://arxiv.org/abs/2407.14505'><img src='https://img.shields.io/badge/cs.CV-Paper-b31b1b?logo=arxiv&logoColor=red'></a>
|
60 |
+
<a href="https://t2v-compbench-2025.github.io"><img src="https://img.shields.io/badge/Project-Page-Green"></a>
|
61 |
</div>
|
62 |
"""
|
63 |
LEADERBOARD_INTRODUCTION_2 = """
|