Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ iface = gr.Interface(
|
|
| 40 |
],
|
| 41 |
outputs=gr.Video(label="Generated Video"),
|
| 42 |
title="Stable Video Diffusion",
|
| 43 |
-
description="Generate a video from an uploaded image using Stable Video Diffusion."
|
| 44 |
examples=[
|
| 45 |
["image.png", "generated.mp4"]
|
| 46 |
]
|
|
|
|
| 40 |
],
|
| 41 |
outputs=gr.Video(label="Generated Video"),
|
| 42 |
title="Stable Video Diffusion",
|
| 43 |
+
description="Generate a video from an uploaded image using Stable Video Diffusion.",
|
| 44 |
examples=[
|
| 45 |
["image.png", "generated.mp4"]
|
| 46 |
]
|