yulu2 commited on
Commit
734b226
1 Parent(s): 96151e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -92,7 +92,6 @@ def main():
92
  ret, thresh = cv2.threshold(edited_image, 127, 255, cv2.THRESH_BINARY)
93
  img2 = input_image.copy()
94
  seed_seg = np.random.randint(0,10000)
95
- seed_seg = 11
96
  np.random.seed(seed_seg)
97
  colors = np.random.randint(0,255,(3))
98
  colors2 = np.random.randint(0,255,(3))
 
92
  ret, thresh = cv2.threshold(edited_image, 127, 255, cv2.THRESH_BINARY)
93
  img2 = input_image.copy()
94
  seed_seg = np.random.randint(0,10000)
 
95
  np.random.seed(seed_seg)
96
  colors = np.random.randint(0,255,(3))
97
  colors2 = np.random.randint(0,255,(3))