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 |
examples=[
|
44 |
["image.jpeg"],
|
45 |
-
["
|
46 |
],
|
47 |
description="Generate a video from an uploaded image using Stable Video Diffusion.",
|
48 |
)
|
|
|
42 |
title="Stable Video Diffusion",
|
43 |
examples=[
|
44 |
["image.jpeg"],
|
45 |
+
["generated.mp4"]
|
46 |
],
|
47 |
description="Generate a video from an uploaded image using Stable Video Diffusion.",
|
48 |
)
|