Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -253,6 +253,16 @@ with gr.Blocks(css=css) as demo:
|
|
| 253 |
with gr.Column():
|
| 254 |
gr.Markdown("# MimicMotion")
|
| 255 |
gr.Markdown("High-quality human motion video generation with pose-guided control")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 256 |
with gr.Row():
|
| 257 |
with gr.Column():
|
| 258 |
if is_shared_ui:
|
|
|
|
| 253 |
with gr.Column():
|
| 254 |
gr.Markdown("# MimicMotion")
|
| 255 |
gr.Markdown("High-quality human motion video generation with pose-guided control")
|
| 256 |
+
gr.HTML("""
|
| 257 |
+
<div style="display:flex;column-gap:4px;">
|
| 258 |
+
<a href='http://tencent.github.io/MimicMotion'>
|
| 259 |
+
<img src='https://img.shields.io/badge/Project-Page-Green'>
|
| 260 |
+
</a>
|
| 261 |
+
<a href='https://arxiv.org/abs/2406.19680'>
|
| 262 |
+
<img src='https://img.shields.io/badge/Paper-Arxiv-red'>
|
| 263 |
+
</a>
|
| 264 |
+
</div>
|
| 265 |
+
""")
|
| 266 |
with gr.Row():
|
| 267 |
with gr.Column():
|
| 268 |
if is_shared_ui:
|