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

3rd commit

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