Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ iface = gr.Interface(
|
|
| 43 |
examples=[
|
| 44 |
[image.jpeg],
|
| 45 |
[videos/generated.mp4]
|
| 46 |
-
]
|
| 47 |
description="Generate a video from an uploaded image using Stable Video Diffusion.",
|
| 48 |
)
|
| 49 |
# Launch the interface
|
|
|
|
| 43 |
examples=[
|
| 44 |
[image.jpeg],
|
| 45 |
[videos/generated.mp4]
|
| 46 |
+
],
|
| 47 |
description="Generate a video from an uploaded image using Stable Video Diffusion.",
|
| 48 |
)
|
| 49 |
# Launch the interface
|