testmail-gmail commited on
Commit
32b8a73
·
1 Parent(s): 17535a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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