saritha5 commited on
Commit
202d0db
·
1 Parent(s): 50fa9fe

Update app.py

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