saritha5 commited on
Commit
c226b27
·
1 Parent(s): 1a77755

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,fig
105
 
106
 
107
 
 
101
  ax[1].imshow(image_np,aspect='auto');
102
 
103
 
104
+ return objects,image_np_orignal
105
 
106
 
107