Spaces:
Sleeping
Sleeping
Anonymous
commited on
Commit
·
7d61cca
1
Parent(s):
56cba12
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=300)
|
| 51 |
def infer(*user_args):
|
| 52 |
prompt_in = user_args[0]
|
| 53 |
target_indices = user_args[1]
|