Spaces:
Runtime error
Runtime error
Commit
·
32b8a73
1
Parent(s):
17535a9
Update app.py
Browse files
app.py
CHANGED
@@ -160,7 +160,7 @@ def detect_Custom(img,model,boundedImage):
|
|
160 |
|
161 |
print(f'Done. ({time.time() - t0:.3f}s)')
|
162 |
|
163 |
-
return Image.fromarray(im0[:,:,::-1]), numpy.asarray(images[0])
|
164 |
|
165 |
|
166 |
|
|
|
160 |
|
161 |
print(f'Done. ({time.time() - t0:.3f}s)')
|
162 |
|
163 |
+
return Image.fromarray(im0[:,:,::-1]), numpy.asarray(images[0])
|
164 |
|
165 |
|
166 |
|