dnth commited on
Commit
1d74900
·
1 Parent(s): ba1e3c8

Update app.py

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