Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -201,17 +201,12 @@ if __name__ == "__main__":
|
|
201 |
"""
|
202 |
# Motion Inversion for Video Customization
|
203 |
<p align="center">
|
204 |
-
<a
|
205 |
-
|
206 |
-
|
207 |
-
<a title="arXiv" href="https://arxiv.org/abs/2403.20193" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
208 |
-
<img src="https://img.shields.io/badge/arXiv-Paper-b31b1b?logo=arxiv&logoColor=white">
|
209 |
-
</a>
|
210 |
-
<a title="Github" href="https://github.com/EnVision-Research/MotionInversion" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
211 |
-
<img src="https://img.shields.io/github/stars/EnVision-Research/MotionInversion?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
|
212 |
-
</a>
|
213 |
<br>
|
214 |
<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>
|
|
|
215 |
"""
|
216 |
)
|
217 |
with gr.Tabs(elem_classes=["tabs"]):
|
|
|
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"]):
|