saritha5 commited on
Commit
ae36f73
·
1 Parent(s): fde2b88

Update app.py

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