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