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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -64,4 +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("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(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)))