Spaces:
Runtime error
Runtime error
Commit
·
17535a9
1
Parent(s):
428ca13
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]),
|
| 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 |
|