Vikas01 commited on
Commit
6775020
·
1 Parent(s): ffb4909

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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