freealise commited on
Commit
e087be3
·
verified ·
1 Parent(s): 557b918

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ def remove_bg(fl, count):
149
  global fl_
150
  fr = cv2.imread(fl).astype(np.uint8)
151
 
152
- b = 1
153
  element = cv2.getStructuringElement(cv2.MORPH_ELLIPSE, (2 * b + 1, 2 * b + 1), (b, b))
154
 
155
  n = int((fr.shape[0]*fr.shape[1]) / (256*256))
 
149
  global fl_
150
  fr = cv2.imread(fl).astype(np.uint8)
151
 
152
+ b = 3
153
  element = cv2.getStructuringElement(cv2.MORPH_ELLIPSE, (2 * b + 1, 2 * b + 1), (b, b))
154
 
155
  n = int((fr.shape[0]*fr.shape[1]) / (256*256))