Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,10 @@ st.markdown("# VBench ")
|
|
79 |
|
80 |
st.markdown(
|
81 |
f"""
|
82 |
-
This is the leaderboard of VBench
|
|
|
|
|
|
|
83 |
"""
|
84 |
)
|
85 |
|
|
|
79 |
|
80 |
st.markdown(
|
81 |
f"""
|
82 |
+
This is the leaderboard of VBench.
|
83 |
+
> **VBench: Comprehensive Benchmark Suite for Video Generative Models**<br>
|
84 |
+
> [Ziqi Huang](https://ziqihuangg.github.io/)<sup>β</sup>, [Yinan He](https://github.com/yinanhe)<sup>β</sup>, [Jiashuo Yu](https://scholar.google.com/citations?user=iH0Aq0YAAAAJ&hl=zh-CN)<sup>β</sup>, [Fan Zhang](https://github.com/zhangfan-p)<sup>β</sup>, [Chenyang Si](https://chenyangsi.top/), [Yuming Jiang](https://yumingj.github.io/), [Yuanhan Zhang](https://zhangyuanhan-ai.github.io/), [Tianxing Wu](https://tianxingwu.github.io/), [Qingyang Jin](https://github.com/Vchitect/VBench), [Nattapol Chanpaisit](https://nattapolchan.github.io/me), [Yaohui Wang](https://wyhsirius.github.io/), [Xinyuan Chen](https://scholar.google.com/citations?user=3fWSC8YAAAAJ), [Limin Wang](https://wanglimin.github.io), [Dahua Lin](http://dahua.site/)<sup>+</sup>, [Yu Qiao](http://mmlab.siat.ac.cn/yuqiao/index.html)<sup>+</sup>, [Ziwei Liu](https://liuziwei7.github.io/)<sup>+</sup><br>
|
85 |
+
[[Paper](https://vchitect.github.io/VBench-project/assets/vbench/VBench_paper.pdf)] | [[Project Page](https://vchitect.github.io/VBench-project/)] | [[GitHub Code](https://github.com/Vchitect/VBench)] | [[Video](https://www.youtube.com/watch?v=7IhCC8Qqn8Y)]
|
86 |
"""
|
87 |
)
|
88 |
|