Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ if img_file_buffer is not None:
|
|
| 56 |
cv2.drawContours(image, [screenCnt], -1, (0, 255, 0), 3)
|
| 57 |
# cv2.imshow("image with detected license plate", image)
|
| 58 |
|
| 59 |
-
Cropped_loc = '1.png'
|
| 60 |
cv2.imshow("cropped", cv2.imread(Cropped_loc))
|
| 61 |
|
| 62 |
|
|
|
|
| 56 |
cv2.drawContours(image, [screenCnt], -1, (0, 255, 0), 3)
|
| 57 |
# cv2.imshow("image with detected license plate", image)
|
| 58 |
|
| 59 |
+
Cropped_loc = 'assets/1.png'
|
| 60 |
cv2.imshow("cropped", cv2.imread(Cropped_loc))
|
| 61 |
|
| 62 |
|