Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -63,6 +63,16 @@ title_markdown = ("""<div class="embed_hidden" style="text-align: center;">
|
|
63 |
<sup>4</sup>HKUST
|
64 |
</h3>
|
65 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
67 |
<img src="https://lhchen.top/MotionLLM/assets/img/highlight.png" alt="MotionLLM" style="width:60%; height: auto; align-items: center;">
|
68 |
</div>
|
|
|
63 |
<sup>4</sup>HKUST
|
64 |
</h3>
|
65 |
</div>
|
66 |
+
<div style="display:flex; gap: 0.3rem; justify-content: center; align-items: center;" align="center">
|
67 |
+
<a href='https://arxiv.org/abs/2405.20340'><img src='https://img.shields.io/badge/Arxiv-2405.20340-A42C25?style=flat&logo=arXiv&logoColor=A42C25'></a>
|
68 |
+
<a href='https://arxiv.org/pdf/2405.20340.pdf'><img src='https://img.shields.io/badge/Paper-PDF-yellow?style=flat&logo=arXiv&logoColor=yellow'></a>
|
69 |
+
<a href='https://lhchen.top/MotionLLM'><img src='https://img.shields.io/badge/Project-Page-%23df5b46?style=flat&logo=Google%20chrome&logoColor=%23df5b46'></a>
|
70 |
+
<a href='https://research.lhchen.top/blogpost/motionllm'><img src='https://img.shields.io/badge/Blog-post-4EABE6?style=flat&logoColor=4EABE6'></a>
|
71 |
+
<a href='https://github.com/IDEA-Research/MotionLLM'><img src='https://img.shields.io/badge/GitHub-Code-black?style=flat&logo=github&logoColor=white'></a>
|
72 |
+
<a href='https://huggingface.co/spaces/EvanTHU/MotionLLM'><img src='https://img.shields.io/badge/gradio-demo-red.svg'></a>
|
73 |
+
<a href='LICENSE'><img src='https://img.shields.io/badge/License-IDEA-blue.svg'></a>
|
74 |
+
<a href="https://huggingface.co/spaces/EvanTHU/MotionLLM" target='_blank'><img src="https://visitor-badge.laobi.icu/badge?page_id=IDEA-Research.MotionLLM&left_color=gray&right_color=%2342b983"></a>
|
75 |
+
</div>
|
76 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
77 |
<img src="https://lhchen.top/MotionLLM/assets/img/highlight.png" alt="MotionLLM" style="width:60%; height: auto; align-items: center;">
|
78 |
</div>
|