Spaces:
Sleeping
Sleeping
Anonymous
commited on
Commit
•
e994f84
1
Parent(s):
d56275b
add spaces
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def check(radio_mode):
|
|
56 |
video_bbox_path = "output_freetraj_bbox.mp4"
|
57 |
return video_path, video_bbox_path
|
58 |
|
59 |
-
@spaces.GPU(duration=
|
60 |
def infer(*user_args):
|
61 |
prompt_in = user_args[0]
|
62 |
target_indices = user_args[1]
|
|
|
56 |
video_bbox_path = "output_freetraj_bbox.mp4"
|
57 |
return video_path, video_bbox_path
|
58 |
|
59 |
+
@spaces.GPU(duration=270)
|
60 |
def infer(*user_args):
|
61 |
prompt_in = user_args[0]
|
62 |
target_indices = user_args[1]
|