szehanz commited on
Commit
1c9897f
1 Parent(s): f526dea

4th commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def predict2(image_np):
70
  max_boxes_to_draw=200,
71
  min_score_thresh=.60,
72
  agnostic_mode=False,
73
- line_thickness=8
74
  font_size=36
75
  )
76
 
 
70
  max_boxes_to_draw=200,
71
  min_score_thresh=.60,
72
  agnostic_mode=False,
73
+ line_thickness=8,
74
  font_size=36
75
  )
76