Spaces:
Running
on
L40S
Running
on
L40S
update
Browse files- infer_api.py +1 -1
infer_api.py
CHANGED
@@ -528,7 +528,7 @@ infer_refine_generator = SamAutomaticMaskGenerator(
|
|
528 |
)
|
529 |
infer_refine_outside_ratio = 0.20
|
530 |
|
531 |
-
@spaces.GPU
|
532 |
def infer_refine(meshes, imgs):
|
533 |
fixed_v, fixed_f, fixed_t = None, None, None
|
534 |
flow_vert, flow_vector = None, None
|
|
|
528 |
)
|
529 |
infer_refine_outside_ratio = 0.20
|
530 |
|
531 |
+
@spaces.GPU(duration=240)
|
532 |
def infer_refine(meshes, imgs):
|
533 |
fixed_v, fixed_f, fixed_t = None, None, None
|
534 |
flow_vert, flow_vector = None, None
|