Ziqi commited on
Commit
4543191
·
1 Parent(s): 43ea09e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,7 +35,7 @@ TEST_SETS = [
35
  style = """
36
  <style>
37
  th {
38
- font-size: 10px;
39
  }
40
  </style>
41
  """
@@ -80,7 +80,7 @@ st.markdown("# VBench ")
80
  st.markdown(
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
  )
 
35
  style = """
36
  <style>
37
  th {
38
+ font-size: 14px;
39
  }
40
  </style>
41
  """
 
80
  st.markdown(
81
  f"""
82
  This is the leaderboard of VBench.
83
+ > **VBench: Comprehensive Benchmark Suite for Video Generative Models**
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
  )