wzhouxiff commited on
Commit
6cb262f
1 Parent(s): 6fb27e1

add project page link

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -20,6 +20,15 @@ SPACE_ID = os.environ.get('SPACE_ID', '')
20
  #### Description ####
21
  title = r"""<h1 align="center">MotionCtrl: A Unified and Flexible Motion Controller for Video Generation</h1>"""
22
  subtitle = r"""<h2 align="center">Deployed on SVD Generation</h2>"""
 
 
 
 
 
 
 
 
 
23
 
24
  description = r"""
25
  <b>Official Gradio demo</b> for <a href='https://github.com/TencentARC/MotionCtrl' target='_blank'><b>MotionCtrl: A Unified and Flexible Motion Controller for Video Generation</b></a>.<br>
@@ -522,6 +531,7 @@ def main(args):
522
 
523
  gr.Markdown(title)
524
  gr.Markdown(subtitle)
 
525
  gr.Markdown(description)
526
 
527
  with gr.Column():
 
20
  #### Description ####
21
  title = r"""<h1 align="center">MotionCtrl: A Unified and Flexible Motion Controller for Video Generation</h1>"""
22
  subtitle = r"""<h2 align="center">Deployed on SVD Generation</h2>"""
23
+ important_link = r"""
24
+ <div align='center'>
25
+ <a href='https://wzhouxiff.github.io/projects/MotionCtrl/assets/paper/MotionCtrl.pdf'>[Paper]</a>
26
+ &ensp; <a href='https://wzhouxiff.github.io/projects/MotionCtrl/'>[Project Page]</a>
27
+ &ensp; <a href='https://github.com/TencentARC/MotionCtrl'>[Code]</a>
28
+ &ensp; <a href='https://github.com/TencentARC/MotionCtrl/blob/svd/doc/showcase_svd.md'>[Showcases]</a>
29
+ &ensp; <a href='https://github.com/TencentARC/MotionCtrl/blob/svd/doc/tutorial.md'>[Tutorial]</a>
30
+ </div>
31
+ """
32
 
33
  description = r"""
34
  <b>Official Gradio demo</b> for <a href='https://github.com/TencentARC/MotionCtrl' target='_blank'><b>MotionCtrl: A Unified and Flexible Motion Controller for Video Generation</b></a>.<br>
 
531
 
532
  gr.Markdown(title)
533
  gr.Markdown(subtitle)
534
+ gr.Markdown(important_link)
535
  gr.Markdown(description)
536
 
537
  with gr.Column():