Spaces:
Runtime error
Runtime error
Commit
·
38e5e49
1
Parent(s):
bd52c47
sync
Browse files
app.py
CHANGED
@@ -207,6 +207,7 @@ with gr.Blocks() as demo:
|
|
207 |
gr.Markdown("""<h1 align="center">DragNUWA 1.5</h1><br>""")
|
208 |
|
209 |
gr.Markdown("""Demo for <a href='https://arxiv.org/abs/2308.08089'><b>DragNUWA: Fine-grained Control in Video Generation by Integrating Text, Image, and Trajectory</b></a>.<br>
|
|
|
210 |
🔥DragNUWA enables users to manipulate backgrounds or objects within images directly, and the model seamlessly translates these actions into **camera movements** or **object motions**, generating the corresponding video.<br>
|
211 |
🔥DragNUWA 1.5 uses Stable Video Diffusion to animate an image according to specific path.<br>""")
|
212 |
|
|
|
207 |
gr.Markdown("""<h1 align="center">DragNUWA 1.5</h1><br>""")
|
208 |
|
209 |
gr.Markdown("""Demo for <a href='https://arxiv.org/abs/2308.08089'><b>DragNUWA: Fine-grained Control in Video Generation by Integrating Text, Image, and Trajectory</b></a>.<br>
|
210 |
+
github: <a href='https://github.com/ProjectNUWA/DragNUWA'><b>https://github.com/ProjectNUWA/DragNUWA</b></a>
|
211 |
🔥DragNUWA enables users to manipulate backgrounds or objects within images directly, and the model seamlessly translates these actions into **camera movements** or **object motions**, generating the corresponding video.<br>
|
212 |
🔥DragNUWA 1.5 uses Stable Video Diffusion to animate an image according to specific path.<br>""")
|
213 |
|