Spaces:
Runtime error
Runtime error
Commit
·
428ca13
1
Parent(s):
e781dad
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]), plt.imshow(
|
164 |
|
165 |
|
166 |
|
|
|
160 |
|
161 |
print(f'Done. ({time.time() - t0:.3f}s)')
|
162 |
|
163 |
+
return Image.fromarray(im0[:,:,::-1]), plt.imshow(images[0])
|
164 |
|
165 |
|
166 |
|