saritha5 commited on
Commit
6b3622f
·
1 Parent(s): a1a1202

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ else:
125
  predicted_label1,variance_score1 = occ_predict(f)
126
  #st.header(predicted_label)
127
  #st.header(str(round(variance_score,2)))
128
- string1 = "The image is," + str(predicted_label1) + " with the score value of " + str(round(variance_score1,2))
129
  st.subheader(string1)
130
 
131
  #predicted_label, score = occ_predict("/content/drive/MyDrive/Occulded.jpg")
 
125
  predicted_label1,variance_score1 = occ_predict(f)
126
  #st.header(predicted_label)
127
  #st.header(str(round(variance_score,2)))
128
+ string1 = "The image is," + predicted_label1 + " with the score value of " + str(round(variance_score1,2))
129
  st.subheader(string1)
130
 
131
  #predicted_label, score = occ_predict("/content/drive/MyDrive/Occulded.jpg")