Ziqi commited on
Commit
091ea38
β€’
1 Parent(s): 8105041

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -79,7 +79,10 @@ st.markdown("# VBench ")
79
 
80
  st.markdown(
81
  f"""
82
- This is the leaderboard of VBench: Comprehensive Benchmark Suite for Video Generative Models (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