Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
|
|
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))
|