Spaces:
Runtime error
Runtime error
Commit
·
bba5f7f
1
Parent(s):
b620125
sync
Browse files
app.py
CHANGED
@@ -206,9 +206,11 @@ class Drag:
|
|
206 |
with gr.Blocks() as demo:
|
207 |
gr.Markdown("""<h1 align="center">DragNUWA 1.5</h1><br>""")
|
208 |
|
209 |
-
gr.Markdown("""
|
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
|
|
|
|
|
212 |
|
213 |
gr.Markdown("""## Usage: <br>
|
214 |
1. Upload an image via the "Upload Image" button.<br>
|
|
|
206 |
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 |
+
|
213 |
+
gr.Image(label="DragNUWA", image_path="assets/DragNUWA1.5/Figure1.gif")
|
214 |
|
215 |
gr.Markdown("""## Usage: <br>
|
216 |
1. Upload an image via the "Upload Image" button.<br>
|