saritha5 commited on
Commit
2cd4e0f
·
1 Parent(s): 27c45bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,5 +74,5 @@ else:
74
  predicted_label,variance_score = blurr_predict(file)
75
  #st.header(predicted_label)
76
  #st.header(str(round(variance_score,2)))
77
- string = "The image is,"+'\033[1m' + str(predicted_label) + '\033[0m', "with the score value of" + str(round(variance_score,2))
78
  st.success(string)
 
74
  predicted_label,variance_score = blurr_predict(file)
75
  #st.header(predicted_label)
76
  #st.header(str(round(variance_score,2)))
77
+ string = "The image is," + str(predicted_label) + " with the score value of " + str(round(variance_score,2))
78
  st.success(string)