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