Ziqi commited on
Commit
96b082c
·
1 Parent(s): f7a6cde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -106,8 +106,7 @@ st.markdown("# VBench ")
106
  # """
107
  # )
108
  st.markdown("This is the leaderboard of VBench.")
109
- st.markdown("> **VBench: Comprehensive Benchmark Suite for Video Generative Models**")
110
- st.markdown("> [[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)]")
111
 
112
  default_index = list(table.columns[1:-1]).index("overall consistency") if "overall consistency" in table.columns else 0
113
  sort_option = st.selectbox(
 
106
  # """
107
  # )
108
  st.markdown("This is the leaderboard of VBench.")
109
+ st.markdown("> **VBench: Comprehensive Benchmark Suite for Video Generative Models** ([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))")
 
110
 
111
  default_index = list(table.columns[1:-1]).index("overall consistency") if "overall consistency" in table.columns else 0
112
  sort_option = st.selectbox(