DzmitryXXL commited on
Commit
a9bc5e6
·
1 Parent(s): 9c68243

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ if image_file is not None:
137
  image=cv2.imread(image_file)
138
 
139
  st.text("Making A Prediction ....")
140
- st.image(img,width=1100)
141
 
142
  img=np.asarray(image)
143
 
 
137
  image=cv2.imread(image_file)
138
 
139
  st.text("Making A Prediction ....")
140
+ st.image(image,width=1100)
141
 
142
  img=np.asarray(image)
143