remotewith commited on
Commit
a5618e4
·
1 Parent(s): 750f986

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -110,8 +110,8 @@ def detect(imagepath):
110
  lineType=cv2.LINE_AA
111
  )
112
 
113
- return cv2.cvtColor(img, cv2.COLOR_BGR2RGB)
114
- #cv2.imshow("kamehamehaa",img)
115
 
116
 
117
 
 
110
  lineType=cv2.LINE_AA
111
  )
112
 
113
+ #return cv2.cvtColor(img, cv2.COLOR_BGR2RGB)
114
+ return img
115
 
116
 
117