Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -199,14 +199,14 @@ if __name__ == "__main__":
|
|
199 |
|
200 |
gr.Markdown(
|
201 |
"""
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
"""
|
211 |
)
|
212 |
with gr.Tabs(elem_classes=["tabs"]):
|
|
|
199 |
|
200 |
gr.Markdown(
|
201 |
"""
|
202 |
+
# Motion Inversion for Video Customization
|
203 |
+
<p align="center">
|
204 |
+
<a href="https://arxiv.org/abs/2403.20193"><img src='https://img.shields.io/badge/arXiv-2403.20193-b31b1b.svg'></a>
|
205 |
+
<a href=''><img src='https://img.shields.io/badge/Project_Page-MotionInversion(Coming soon)-blue'></a>
|
206 |
+
<a href='https://github.com/EnVision-Research/MotionInversion'><img src='https://img.shields.io/github/stars/EnVision-Research/MotionInversion?label=GitHub%20%E2%98%85&logo=github&color=C8C'></a>
|
207 |
+
<br>
|
208 |
+
<strong>Please consider starring <span style="color: orange">★</span> the <a href="https://github.com/EnVision-Research/MotionInversion" target="_blank" rel="noopener noreferrer">GitHub Repo</a> if you find this useful!</strong>
|
209 |
+
</p>
|
210 |
"""
|
211 |
)
|
212 |
with gr.Tabs(elem_classes=["tabs"]):
|