DurgaDeepak commited on
Commit
31837c6
·
verified ·
1 Parent(s): 2a02717

Update core/process.py

Browse files
Files changed (1) hide show
  1. core/process.py +1 -1
core/process.py CHANGED
@@ -40,7 +40,7 @@ DEPTH_MODEL_MAP = {
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,
 
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,