Spaces:
Runtime error
Runtime error
Commit
·
bd52c47
1
Parent(s):
bba5f7f
sync
Browse files
app.py
CHANGED
@@ -210,7 +210,7 @@ with gr.Blocks() as demo:
|
|
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",
|
214 |
|
215 |
gr.Markdown("""## Usage: <br>
|
216 |
1. Upload an image via the "Upload Image" button.<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", value="assets/DragNUWA1.5/Figure1.gif")
|
214 |
|
215 |
gr.Markdown("""## Usage: <br>
|
216 |
1. Upload an image via the "Upload Image" button.<br>
|