Spaces:
Build error
Build error
joselobenitezg
commited on
Commit
·
7c6db95
1
Parent(s):
5f51879
enhance header
Browse files
app.py
CHANGED
@@ -70,7 +70,23 @@ def process_video(input_video, task, version):
|
|
70 |
return 'output_video.mp4'
|
71 |
|
72 |
with gr.Blocks() as demo:
|
73 |
-
gr.Markdown("
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
with gr.Tabs():
|
75 |
with gr.TabItem('Image'):
|
76 |
with gr.Row():
|
|
|
70 |
return 'output_video.mp4'
|
71 |
|
72 |
with gr.Blocks() as demo:
|
73 |
+
gr.Markdown("""
|
74 |
+
<div style="text-align: center; font-size: 35px; font-weight: bold; margin-bottom: 20px;">
|
75 |
+
Sapiens Huggingface Space🤗
|
76 |
+
</div>
|
77 |
+
<div style="text-align: center; font-size: 25px; font-weight: bold; margin-bottom: 20px;">
|
78 |
+
Foundation for Human Vision Models
|
79 |
+
</div>
|
80 |
+
<div style="text-align: center;">
|
81 |
+
<a href="https://huggingface.co/THUDM/CogVideoX-5B">🤗 Sapiens Models</a> |
|
82 |
+
<a href="https://github.com/facebookresearch/sapiens/">🌐 Github</a> |
|
83 |
+
<a href="https://www.arxiv.org/abs/2408.12569">📜 arxiv </a> |
|
84 |
+
<a href="https://joselo.ai">🔗Personal Blog </a>
|
85 |
+
</div>
|
86 |
+
<div style="text-align: center; font-size: 15px; font-weight: bold; margin-bottom: 20px;">
|
87 |
+
Sapiens, a family of models for four fundamental human-centric vision tasks - 2D pose estimation, body-part segmentation, depth estimation, and surface normal prediction.
|
88 |
+
</div>
|
89 |
+
""")
|
90 |
with gr.Tabs():
|
91 |
with gr.TabItem('Image'):
|
92 |
with gr.Row():
|