Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -83,6 +83,7 @@ def yaml_to_box(yaml_file):
|
|
83 |
HEAD = ("""<div>
|
84 |
<div class="embed_hidden" style="text-align: center;">
|
85 |
<h1>MotionCLR: Motion Generation and Training-free Editing via Understanding Attention Mechanisms</h1>
|
|
|
86 |
<h3>
|
87 |
<a href="https://lhchen.top" target="_blank" rel="noopener noreferrer">Ling-Hao Chen</a><sup>1, 2</sup>,
|
88 |
<a href="https://https://github.com/Dai-Wenxun" target="_blank" rel="noopener noreferrer">Wenxun Dai</a><sup>1</sup>,
|
@@ -99,10 +100,10 @@ HEAD = ("""<div>
|
|
99 |
</h3>
|
100 |
</div>
|
101 |
<div style="display:flex; gap: 0.3rem; justify-content: center; align-items: center;" align="center">
|
102 |
-
<a href='https://arxiv.org/abs/
|
103 |
-
<a href='https://arxiv.org/pdf/
|
104 |
<a href='https://lhchen.top/MotionCLR'><img src='https://img.shields.io/badge/Project-Page-%23df5b46?style=flat&logo=Google%20chrome&logoColor=%23df5b46'></a>
|
105 |
-
<a href='https://
|
106 |
<a href='https://github.com/IDEA-Research/MotionCLR'><img src='https://img.shields.io/badge/GitHub-Code-black?style=flat&logo=github&logoColor=white'></a>
|
107 |
<a href='https://huggingface.co/spaces/EvanTHU/MotionCLR'><img src='https://img.shields.io/badge/gradio-demo-red.svg'></a>
|
108 |
<a href='LICENSE'><img src='https://img.shields.io/badge/License-IDEA-blue.svg'></a>
|
|
|
83 |
HEAD = ("""<div>
|
84 |
<div class="embed_hidden" style="text-align: center;">
|
85 |
<h1>MotionCLR: Motion Generation and Training-free Editing via Understanding Attention Mechanisms</h1>
|
86 |
+
<h2>MotionCLR v1-preview Demo</h2>
|
87 |
<h3>
|
88 |
<a href="https://lhchen.top" target="_blank" rel="noopener noreferrer">Ling-Hao Chen</a><sup>1, 2</sup>,
|
89 |
<a href="https://https://github.com/Dai-Wenxun" target="_blank" rel="noopener noreferrer">Wenxun Dai</a><sup>1</sup>,
|
|
|
100 |
</h3>
|
101 |
</div>
|
102 |
<div style="display:flex; gap: 0.3rem; justify-content: center; align-items: center;" align="center">
|
103 |
+
<a href='https://arxiv.org/abs/2410.18977'><img src='https://img.shields.io/badge/Arxiv-2405.20340-A42C25?style=flat&logo=arXiv&logoColor=A42C25'></a>
|
104 |
+
<a href='https://arxiv.org/pdf/2410.18977.pdf'><img src='https://img.shields.io/badge/Paper-PDF-yellow?style=flat&logo=arXiv&logoColor=yellow'></a>
|
105 |
<a href='https://lhchen.top/MotionCLR'><img src='https://img.shields.io/badge/Project-Page-%23df5b46?style=flat&logo=Google%20chrome&logoColor=%23df5b46'></a>
|
106 |
+
<a href='https://huggingface.co/blog/EvanTHU/motionclr-blog'><img src='https://img.shields.io/badge/Blog-post-4EABE6?style=flat&logoColor=4EABE6'></a>
|
107 |
<a href='https://github.com/IDEA-Research/MotionCLR'><img src='https://img.shields.io/badge/GitHub-Code-black?style=flat&logo=github&logoColor=white'></a>
|
108 |
<a href='https://huggingface.co/spaces/EvanTHU/MotionCLR'><img src='https://img.shields.io/badge/gradio-demo-red.svg'></a>
|
109 |
<a href='LICENSE'><img src='https://img.shields.io/badge/License-IDEA-blue.svg'></a>
|