Spaces:
Sleeping
Sleeping
Anonymous
commited on
Commit
•
e4e1b7e
1
Parent(s):
9ee196b
add spaces
Browse files
app.py
CHANGED
@@ -206,7 +206,7 @@ def infer(*user_args):
|
|
206 |
return video_path, video_bbox_path
|
207 |
|
208 |
|
209 |
-
@spaces.GPU(duration=
|
210 |
def infer_gpu_part(args):
|
211 |
|
212 |
model = instantiate_from_config(args.model_config_512)
|
|
|
206 |
return video_path, video_bbox_path
|
207 |
|
208 |
|
209 |
+
@spaces.GPU(duration=270)
|
210 |
def infer_gpu_part(args):
|
211 |
|
212 |
model = instantiate_from_config(args.model_config_512)
|