Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def detect_ellipses(img_path):
|
|
15 |
imgC = cv2.imread(img_path)
|
16 |
imgG = cv2.cvtColor(imgC, cv2.COLOR_BGR2GRAY)
|
17 |
|
18 |
-
ammed_size =
|
19 |
|
20 |
iheight, iwidth = imgG.shape
|
21 |
imax = max(iheight, iwidth)
|
|
|
15 |
imgC = cv2.imread(img_path)
|
16 |
imgG = cv2.cvtColor(imgC, cv2.COLOR_BGR2GRAY)
|
17 |
|
18 |
+
ammed_size = 600
|
19 |
|
20 |
iheight, iwidth = imgG.shape
|
21 |
imax = max(iheight, iwidth)
|