saritha5 commited on
Commit
458f51b
·
1 Parent(s): 033809f

Update app.py

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