saritha5 commited on
Commit
2e5135b
·
1 Parent(s): 458f51b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ else:
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)))
138
  string1 = "The image is," + predicted_label + " with the score value of " + str(round(variance_score,2))
 
132
  #image_path = Path(f.name)
133
  #st.write(image_path)
134
 
135
+ predicted_label,variance_score = occ_predict(f.name)
136
  #st.header(predicted_label)
137
  #st.header(str(round(variance_score,2)))
138
  string1 = "The image is," + predicted_label + " with the score value of " + str(round(variance_score,2))