Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
> [
|
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 |
-
|
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 |
"""
|