Spaces:
Running
on
A10G
Running
on
A10G
showcases, tutorial, and examples
Browse files
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)
|