Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,7 +49,7 @@ if torch.cuda.is_available():
|
|
| 49 |
# function source codes modified from multimodalart/stable-video-diffusion
|
| 50 |
@spaces.GPU(duration=120)
|
| 51 |
def generate(
|
| 52 |
-
image
|
| 53 |
seed: Optional[int] = -1,
|
| 54 |
motion_bucket_id: int = 127,
|
| 55 |
fps_id: int = 25,
|
|
|
|
| 49 |
# function source codes modified from multimodalart/stable-video-diffusion
|
| 50 |
@spaces.GPU(duration=120)
|
| 51 |
def generate(
|
| 52 |
+
image,
|
| 53 |
seed: Optional[int] = -1,
|
| 54 |
motion_bucket_id: int = 127,
|
| 55 |
fps_id: int = 25,
|