wzhouxiff commited on
Commit
aa25d51
β€’
1 Parent(s): aa434a5

showcases, tutorial, and examples

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -26,6 +26,9 @@ description = r"""
26
  πŸ”₯ MotionCtrl is capable of independently and flexibly controling the camera motion and object motion of a generated video, with only a unified model.<br>
27
  πŸ€— Try to control the motion of the generated videos yourself!<br>
28
  ❗❗❗ Please note **ONLY** Camera Motion Control in the current version of **MotionCtrl** deployed on **SVD** is avaliable.<br>
 
 
 
29
  """
30
  # <div>
31
  # <img src="https://raw.githubusercontent.com/TencentARC/MotionCtrl/main/assets/svd/00_ibzz5-dxv2h.gif", width="300">
@@ -805,6 +808,8 @@ def main(args):
805
  gr.Examples(
806
  examples=examples,
807
  inputs=[input_image],
 
 
808
  )
809
 
810
  gr.Markdown(article)
 
26
  πŸ”₯ MotionCtrl is capable of independently and flexibly controling the camera motion and object motion of a generated video, with only a unified model.<br>
27
  πŸ€— Try to control the motion of the generated videos yourself!<br>
28
  ❗❗❗ Please note **ONLY** Camera Motion Control in the current version of **MotionCtrl** deployed on **SVD** is avaliable.<br>
29
+ ❗❗❗ <a href='https://github.com/TencentARC/MotionCtrl/blob/svd/doc/showcase_svd.md' target='_blank'>Showcases</a> and
30
+ <a href='https://github.com/TencentARC/MotionCtrl/blob/svd/doc/tutorial.md' target='_blank'>Tutorial</a> can be found
31
+ <a href='https://github.com/TencentARC/MotionCtrl/blob/svd/doc/tutorial.md' target='_blank'>here</a><br>.
32
  """
33
  # <div>
34
  # <img src="https://raw.githubusercontent.com/TencentARC/MotionCtrl/main/assets/svd/00_ibzz5-dxv2h.gif", width="300">
 
808
  gr.Examples(
809
  examples=examples,
810
  inputs=[input_image],
811
+ examples_per_page=15
812
+
813
  )
814
 
815
  gr.Markdown(article)