Commit
·
3123979
1
Parent(s):
d2ccd08
update svgs
Browse files
app.py
CHANGED
@@ -635,7 +635,7 @@ def demo_lhm(pose_estimator, face_detector, lhm, cfg):
|
|
635 |
)
|
636 |
|
637 |
|
638 |
-
gr.
|
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">
|
@@ -653,7 +653,7 @@ def demo_lhm(pose_estimator, face_detector, lhm, cfg):
|
|
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 |
)
|
|
|
635 |
)
|
636 |
|
637 |
|
638 |
+
gr.HTML(
|
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">
|
|
|
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 |
)
|