saritha5 commited on
Commit
7cc8033
·
1 Parent(s): a7e0b90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,5 +64,5 @@ def blurr_predict(img_iter):
64
 
65
  image_path = "images_11.jpeg"
66
  predicted_label,variance_score = blurr_predict(image_path)
67
- st.header(str(predicted_label))
68
  #st.("The image is", '\033[1m' + str(predicted_label) + '\033[0m', "with the score value of" +str(round(variance_score,2)))
 
64
 
65
  image_path = "images_11.jpeg"
66
  predicted_label,variance_score = blurr_predict(image_path)
67
+ st.header(predicted_label)
68
  #st.("The image is", '\033[1m' + str(predicted_label) + '\033[0m', "with the score value of" +str(round(variance_score,2)))