Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -42,9 +42,9 @@ 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", "42",
|
|
|
46 |
]
|
47 |
)
|
48 |
-
|
49 |
# Launch the interface
|
50 |
iface.launch()
|
|
|
42 |
title="Stable Video Diffusion",
|
43 |
description="Generate a video from an uploaded image using Stable Video Diffusion.",
|
44 |
examples=[
|
45 |
+
["image.jpeg", "42"],
|
46 |
+
"generated.mp4"
|
47 |
]
|
48 |
)
|
|
|
49 |
# Launch the interface
|
50 |
iface.launch()
|