saritha5 commited on
Commit
f323f03
·
1 Parent(s): c001cf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ def prediction(image_path):
101
  ax[1].imshow(image_np,aspect='auto');
102
 
103
 
104
- return objects,ax[1]
105
 
106
 
107
 
 
101
  ax[1].imshow(image_np,aspect='auto');
102
 
103
 
104
+ return objects,ax
105
 
106
 
107