Spaces:
Running
on
Zero
Running
on
Zero
Update core/process.py
Browse files- core/process.py +1 -1
core/process.py
CHANGED
@@ -40,7 +40,7 @@ DEPTH_MODEL_MAP = {
|
|
40 |
}
|
41 |
|
42 |
|
43 |
-
|
44 |
def process_image(
|
45 |
image: Image.Image,
|
46 |
run_det: bool,
|
|
|
40 |
}
|
41 |
|
42 |
|
43 |
+
#@timeout_decorator.timeout(35, use_signals=False) # 35 sec limit per image
|
44 |
def process_image(
|
45 |
image: Image.Image,
|
46 |
run_det: bool,
|