gurwindersingh commited on
Commit
e4dc4d2
·
1 Parent(s): 2678eae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -100,7 +100,8 @@ if img_file_buffer is not None:
100
  # cv2.putText(im,prediction_label)
101
  cv2.putText(image, '% s' %(prediction_label), (p-10, q-10),cv2.FONT_HERSHEY_COMPLEX_SMALL,2, (0,0,255))
102
  st.write("success")
103
-
 
104
 
105
 
106
  # ##############
 
100
  # cv2.putText(im,prediction_label)
101
  cv2.putText(image, '% s' %(prediction_label), (p-10, q-10),cv2.FONT_HERSHEY_COMPLEX_SMALL,2, (0,0,255))
102
  st.write("success")
103
+ except:
104
+ pass
105
 
106
 
107
  # ##############