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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -127,6 +127,7 @@ else:
127
  image1= Image.open(f)
128
  st.image(image1,use_column_width = True)
129
  image_path = Path(f.name)
 
130
  predicted_label,variance_score = occ_predict(image_path)
131
  #st.header(predicted_label)
132
  #st.header(str(round(variance_score,2)))
 
127
  image1= Image.open(f)
128
  st.image(image1,use_column_width = True)
129
  image_path = Path(f.name)
130
+ st.write(image_path)
131
  predicted_label,variance_score = occ_predict(image_path)
132
  #st.header(predicted_label)
133
  #st.header(str(round(variance_score,2)))