dnth commited on
Commit
2807146
·
1 Parent(s): cbcd235

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -31,8 +31,7 @@ def show_preds(input_image):
31
  display_label=False,
32
  display_bbox=True,
33
  return_img=True,
34
- font_size=16,
35
- mask_border_thickness=14,
36
  label_color="#FF59D6")
37
  return pred_dict["img"]
38
 
 
31
  display_label=False,
32
  display_bbox=True,
33
  return_img=True,
34
+ font_size=16,
 
35
  label_color="#FF59D6")
36
  return pred_dict["img"]
37