saritha5 commited on
Commit
5707799
·
1 Parent(s): 934f938

Update app.py

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