Spaces:
Sleeping
Sleeping
Anonymous
commited on
Commit
•
350d52b
1
Parent(s):
c5f358a
add spaces
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def check_move(trajectory, video_length=16):
|
|
47 |
|
48 |
return True
|
49 |
|
50 |
-
@spaces.GPU(duration=
|
51 |
def infer(*user_args):
|
52 |
prompt_in = user_args[0]
|
53 |
target_indices = user_args[1]
|
|
|
47 |
|
48 |
return True
|
49 |
|
50 |
+
@spaces.GPU(duration=120)
|
51 |
def infer(*user_args):
|
52 |
prompt_in = user_args[0]
|
53 |
target_indices = user_args[1]
|