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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -7
app.py CHANGED
@@ -81,8 +81,7 @@ 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
 
@@ -95,11 +94,11 @@ sort_option = st.selectbox(
95
  table = table.sort_values(by=sort_option, ascending=False)
96
 
97
  st.write(style + table.to_markdown(index=False), unsafe_allow_html=True)
98
- st.markdown(
99
- """
100
- For more information, refer to the paper submission on [Arxiv](https://).
101
- """
102
- )
103
 
104
  st.markdown(
105
  """
 
81
  f"""
82
  This is the leaderboard of VBench.
83
  > **VBench: Comprehensive Benchmark Suite for Video Generative Models**<br>
84
+ > [[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)]
 
85
  """
86
  )
87
 
 
94
  table = table.sort_values(by=sort_option, ascending=False)
95
 
96
  st.write(style + table.to_markdown(index=False), unsafe_allow_html=True)
97
+ # st.markdown(
98
+ # """
99
+ # For more information, refer to the paper submission on [Arxiv](https://).
100
+ # """
101
+ # )
102
 
103
  st.markdown(
104
  """