Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ TEST_SETS = [
|
|
35 |
style = """
|
36 |
<style>
|
37 |
th {
|
38 |
-
font-size:
|
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
|
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 |
)
|