Spaces:
Runtime error
Runtime error
CharlieAmalet
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ pipe.to("cuda")
|
|
50 |
|
51 |
max_64_bit_int = 2**63 - 1
|
52 |
|
53 |
-
@spaces.GPU
|
54 |
def generate_video(
|
55 |
image: Image,
|
56 |
seed: int,
|
|
|
50 |
|
51 |
max_64_bit_int = 2**63 - 1
|
52 |
|
53 |
+
@spaces.GPU(duration=180)
|
54 |
def generate_video(
|
55 |
image: Image,
|
56 |
seed: int,
|