Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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))
|