szehanz commited on
Commit
9a0111d
1 Parent(s): 1c9897f

5th commit

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -70,8 +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
 
77
  result_pil_img = tf.keras.utils.array_to_img(image_np_with_detections[0])
 
70
  max_boxes_to_draw=200,
71
  min_score_thresh=.60,
72
  agnostic_mode=False,
73
+ line_thickness=8
 
74
  )
75
 
76
  result_pil_img = tf.keras.utils.array_to_img(image_np_with_detections[0])