Spaces:
Runtime error
Runtime error
Artiprocher
commited on
Commit
•
fcddaaf
1
Parent(s):
14c5bb2
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def get_i2v_pipeline():
|
|
19 |
return pipe
|
20 |
|
21 |
|
22 |
-
@spaces.GPU(duration=
|
23 |
def sample(image, seed, randomize_seed, motion_bucket_id, num_inference_steps):
|
24 |
if randomize_seed:
|
25 |
seed = random.randint(0, 10**8)
|
|
|
19 |
return pipe
|
20 |
|
21 |
|
22 |
+
@spaces.GPU(duration=280)
|
23 |
def sample(image, seed, randomize_seed, motion_bucket_id, num_inference_steps):
|
24 |
if randomize_seed:
|
25 |
seed = random.randint(0, 10**8)
|