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