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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def show_preds(input_image):
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
 
 
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