saritha5 commited on
Commit
ad7a183
·
1 Parent(s): 2e5135b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -96,6 +96,7 @@ else:
96
  def occ_predict(imgpath):
97
  im = []
98
  image=cv2.imread(imgpath)
 
99
  #imgplot = plt.imshow(image)
100
  #plt.show()
101
  img = Image.fromarray(image, 'RGB')
 
96
  def occ_predict(imgpath):
97
  im = []
98
  image=cv2.imread(imgpath)
99
+ st.write(type(image))
100
  #imgplot = plt.imshow(image)
101
  #plt.show()
102
  img = Image.fromarray(image, 'RGB')