Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ iface = gr.Interface(
|
|
42 |
title="Stable Video Diffusion",
|
43 |
description="Generate a video from an uploaded image using Stable Video Diffusion.",
|
44 |
examples = [
|
45 |
-
["image.jpeg", "
|
46 |
]
|
47 |
gr.Examples(examples, [image_input, video_input])
|
48 |
)
|
|
|
42 |
title="Stable Video Diffusion",
|
43 |
description="Generate a video from an uploaded image using Stable Video Diffusion.",
|
44 |
examples = [
|
45 |
+
["image.jpeg", "videos/generated.mp4"],
|
46 |
]
|
47 |
gr.Examples(examples, [image_input, video_input])
|
48 |
)
|