Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ colors = ["red",
|
|
| 20 |
]
|
| 21 |
|
| 22 |
# Resized image width
|
| 23 |
-
WIDTH =
|
| 24 |
|
| 25 |
def detect(image):
|
| 26 |
width, height = image.size
|
|
|
|
| 20 |
]
|
| 21 |
|
| 22 |
# Resized image width
|
| 23 |
+
WIDTH = 600
|
| 24 |
|
| 25 |
def detect(image):
|
| 26 |
width, height = image.size
|