Spaces:
Runtime error
Runtime error
nroggendorff
commited on
Commit
β’
867f2ff
1
Parent(s):
de0b88f
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ pipe = StableVideoDiffusionPipeline.from_pretrained(
|
|
13 |
"stabilityai/stable-video-diffusion-img2vid-xt", variant="fp16"
|
14 |
).to("cuda")
|
15 |
|
16 |
-
@spaces.GPU(duration=
|
17 |
def sample(
|
18 |
image: Image,
|
19 |
width: int = 1024,
|
|
|
13 |
"stabilityai/stable-video-diffusion-img2vid-xt", variant="fp16"
|
14 |
).to("cuda")
|
15 |
|
16 |
+
@spaces.GPU(duration=480)
|
17 |
def sample(
|
18 |
image: Image,
|
19 |
width: int = 1024,
|