Spaces:
Build error
Build error
积极的屁孩
commited on
Commit
·
0738273
1
Parent(s):
aef94b3
adjust badges
Browse files
app.py
CHANGED
@@ -635,12 +635,12 @@ with gr.Blocks(title="Vevo DEMO") as demo:
|
|
635 |
# 添加链接标签行
|
636 |
with gr.Row(elem_id="links_row"):
|
637 |
gr.HTML("""
|
638 |
-
<div style="display: flex; justify-content:
|
639 |
<a href="https://arxiv.org/abs/2502.07243" target="_blank" style="text-decoration: none;">
|
640 |
<img alt="arXiv Paper" src="https://img.shields.io/badge/arXiv-Paper-red">
|
641 |
</a>
|
642 |
<a href="https://openreview.net/pdf?id=anQDiQZhDP" target="_blank" style="text-decoration: none;">
|
643 |
-
<img alt="ICLR Paper" src="https://img.shields.io/badge/ICLR-Paper-
|
644 |
</a>
|
645 |
<a href="https://huggingface.co/amphion/Vevo" target="_blank" style="text-decoration: none;">
|
646 |
<img alt="HuggingFace Model" src="https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-Model-yellow">
|
|
|
635 |
# 添加链接标签行
|
636 |
with gr.Row(elem_id="links_row"):
|
637 |
gr.HTML("""
|
638 |
+
<div style="display: flex; justify-content: flex-start; gap: 8px; margin: 20px 0; padding-left: 20px;">
|
639 |
<a href="https://arxiv.org/abs/2502.07243" target="_blank" style="text-decoration: none;">
|
640 |
<img alt="arXiv Paper" src="https://img.shields.io/badge/arXiv-Paper-red">
|
641 |
</a>
|
642 |
<a href="https://openreview.net/pdf?id=anQDiQZhDP" target="_blank" style="text-decoration: none;">
|
643 |
+
<img alt="ICLR Paper" src="https://img.shields.io/badge/ICLR-Paper-a1c447">
|
644 |
</a>
|
645 |
<a href="https://huggingface.co/amphion/Vevo" target="_blank" style="text-decoration: none;">
|
646 |
<img alt="HuggingFace Model" src="https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-Model-yellow">
|