Spaces:
Running
Running
Update constants.py
Browse files- constants.py +4 -2
constants.py
CHANGED
@@ -18,8 +18,10 @@ LEADERBORAD_INTRODUCTION = """# ChronoMagic-Bench Leaderboard
|
|
18 |
|
19 |
🏆ChronoMagic-Bench represents the inaugural benchmark dedicated to assessing T2V models' capabilities in generating time-lapse videos that demonstrate significant metamorphic amplitude and temporal coherence. The benchmark probes T2V models for their physics, biology, and chemistry capabilities, in a free-form text control.
|
20 |
|
21 |
-
|
22 |
-
|
|
|
|
|
23 |
|
24 |
SUBMIT_INTRODUCTION = """# Submit Introduction
|
25 |
Obtain `ChronoMagic-Bench-Input.json` from our [github repository](https://github.com/PKU-YuanGroup/Video-Bench#%EF%B8%8F-evaluate-your-own-model) after evaluation.
|
|
|
18 |
|
19 |
🏆ChronoMagic-Bench represents the inaugural benchmark dedicated to assessing T2V models' capabilities in generating time-lapse videos that demonstrate significant metamorphic amplitude and temporal coherence. The benchmark probes T2V models for their physics, biology, and chemistry capabilities, in a free-form text control.
|
20 |
|
21 |
+
If you like our project, please give us a star ⭐ on GitHub for the latest update.
|
22 |
+
|
23 |
+
[GitHub](https://github.com/PKU-YuanGroup/ChronoMagic-Bench) | [arXiv](https://arxiv.org/abs/2404.05014) | [Home Page](https://pku-yuangroup.github.io/ChronoMagic-Bench/) | [Dataset 1](https://huggingface.co/datasets/BestWishYsh/ChronoMagic-Pro) | [Dataset 2](https://huggingface.co/datasets/BestWishYsh/ChronoMagic-ProH)
|
24 |
+
"""
|
25 |
|
26 |
SUBMIT_INTRODUCTION = """# Submit Introduction
|
27 |
Obtain `ChronoMagic-Bench-Input.json` from our [github repository](https://github.com/PKU-YuanGroup/Video-Bench#%EF%B8%8F-evaluate-your-own-model) after evaluation.
|