apailang commited on
Commit
6b64a22
β€’
1 Parent(s): 3c1b33e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def predict2(image_np):
70
  return result_pil_img2
71
 
72
 
73
- def predict3(image_np,Threshold):
74
 
75
  results = detection_model2(image_np)
76
 
 
70
  return result_pil_img2
71
 
72
 
73
+ def predict3(image_np):
74
 
75
  results = detection_model2(image_np)
76