Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -42,8 +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", "42"],
|
46 |
-
"generated.mp4"
|
47 |
]
|
48 |
)
|
49 |
# Launch the 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"],"generated.mp4"]
|
|
|
46 |
]
|
47 |
)
|
48 |
# Launch the interface
|