Spaces:
Build error
Build error
Commit ·
a5618e4
1
Parent(s): 750f986
Update app.py
Browse files
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 |
-
|
| 115 |
|
| 116 |
|
| 117 |
|
|
|
|
| 110 |
lineType=cv2.LINE_AA
|
| 111 |
)
|
| 112 |
|
| 113 |
+
#return cv2.cvtColor(img, cv2.COLOR_BGR2RGB)
|
| 114 |
+
return img
|
| 115 |
|
| 116 |
|
| 117 |
|