remotewith commited on
Commit
1f5dc6b
1 Parent(s): 54cd385

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ def detect(imagepath):
103
  lineType=cv2.LINE_AA
104
  )
105
 
106
- return cv2.cvtColor(img, cv2.COLOR_BGR2RGB)
107
  #cv2.imshow("kamehamehaa",img)
108
 
109
 
 
103
  lineType=cv2.LINE_AA
104
  )
105
 
106
+ return img
107
  #cv2.imshow("kamehamehaa",img)
108
 
109