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