Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,8 @@ else:
|
|
130 |
image1= Image.open(f)
|
131 |
st.image(image1,use_column_width = True)
|
132 |
#image_path = Path(f.name)
|
133 |
-
st.write(image_path)
|
|
|
134 |
predicted_label,variance_score = occ_predict(f)
|
135 |
#st.header(predicted_label)
|
136 |
#st.header(str(round(variance_score,2)))
|
|
|
130 |
image1= Image.open(f)
|
131 |
st.image(image1,use_column_width = True)
|
132 |
#image_path = Path(f.name)
|
133 |
+
#st.write(image_path)
|
134 |
+
|
135 |
predicted_label,variance_score = occ_predict(f)
|
136 |
#st.header(predicted_label)
|
137 |
#st.header(str(round(variance_score,2)))
|