Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
d2ccd08
1
Parent(s):
a366249
update svgs
Browse files
app.py
CHANGED
|
@@ -633,23 +633,27 @@ def demo_lhm(pose_estimator, face_detector, lhm, cfg):
|
|
| 633 |
</div>
|
| 634 |
"""
|
| 635 |
)
|
| 636 |
-
|
| 637 |
-
|
| 638 |
-
|
| 639 |
-
|
| 640 |
-
|
| 641 |
-
|
| 642 |
-
|
| 643 |
-
|
| 644 |
-
|
| 645 |
-
|
| 646 |
-
|
| 647 |
-
|
| 648 |
-
|
| 649 |
-
|
| 650 |
-
|
| 651 |
-
|
| 652 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 653 |
gr.HTML(
|
| 654 |
"""<p><h4 style="color: red;"> Notes: Please input full-body image in case of detection errors. We simplify the pipeline in spaces: 1) using Rembg instead of SAM2; 2) limit the output video length to 10s; For best visual quality, try the inference code on Github instead.</h4></p>"""
|
| 655 |
)
|
|
|
|
| 633 |
</div>
|
| 634 |
"""
|
| 635 |
)
|
| 636 |
+
|
| 637 |
+
|
| 638 |
+
gr.Markdown(
|
| 639 |
+
"""
|
| 640 |
+
<div style="display: flex; justify-content: center; align-items: center; text-align: center; margin: 20px; gap: 10px;">
|
| 641 |
+
<a class="flex-item" href="https://arxiv.org/abs/2503.10625" target="_blank">
|
| 642 |
+
<img src="https://img.shields.io/badge/Paper-arXiv-darkred.svg" alt="arXiv Paper">
|
| 643 |
+
</a>
|
| 644 |
+
<a class="flex-item" href="https://lingtengqiu.github.io/LHM/" target="_blank">
|
| 645 |
+
<img src="https://img.shields.io/badge/Project-LHM-blue" alt="Project Page">
|
| 646 |
+
</a>
|
| 647 |
+
<a class="flex-item" href="https://github.com/aigc3d/LHM" target="_blank">
|
| 648 |
+
<img src="https://img.shields.io/github/stars/aigc3d/LHM?label=Github%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
|
| 649 |
+
</a>
|
| 650 |
+
<a class="flex-item" href="https://www.youtube.com/watch?v=tivEpz_yiEo" target="_blank">
|
| 651 |
+
<img src="https://img.shields.io/badge/Youtube-Video-red.svg" alt="Video">
|
| 652 |
+
</a>
|
| 653 |
+
</div>
|
| 654 |
+
"""
|
| 655 |
+
)
|
| 656 |
+
|
| 657 |
gr.HTML(
|
| 658 |
"""<p><h4 style="color: red;"> Notes: Please input full-body image in case of detection errors. We simplify the pipeline in spaces: 1) using Rembg instead of SAM2; 2) limit the output video length to 10s; For best visual quality, try the inference code on Github instead.</h4></p>"""
|
| 659 |
)
|