ziyangmai commited on
Commit
2c982f9
1 Parent(s): 489960d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -199,14 +199,14 @@ if __name__ == "__main__":
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">&#9733;</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"]):
 
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">&#9733;</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"]):