Spaces:
Sleeping
Sleeping
imabackstabber
commited on
Commit
·
0f5b179
1
Parent(s):
db8354d
refine layout
Browse files
app.py
CHANGED
@@ -46,6 +46,10 @@ to obtain the 3D parametric reconstructions of the detected humans.
|
|
46 |
<p>
|
47 |
Check out <a href="https://arxiv.org/abs/2403.12473"><b>our paper on arxiv page</b>!
|
48 |
</p>
|
|
|
|
|
|
|
|
|
49 |
'''
|
50 |
|
51 |
with gr.Blocks(title="PostoMETRO", css=".gradio-container") as demo:
|
|
|
46 |
<p>
|
47 |
Check out <a href="https://arxiv.org/abs/2403.12473"><b>our paper on arxiv page</b>!
|
48 |
</p>
|
49 |
+
<p>
|
50 |
+
Our demo is built upon <a href="https://huggingface.co/spaces/caizhongang/SMPLer-X"><b>SMPLer-X</b>.
|
51 |
+
Thanks for their amazing works!
|
52 |
+
</p>
|
53 |
'''
|
54 |
|
55 |
with gr.Blocks(title="PostoMETRO", css=".gradio-container") as demo:
|