Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -112,8 +112,8 @@ if file is not None:
|
|
112 |
st.image(opencv_image, channels="BGR")
|
113 |
with col2:
|
114 |
st.header("Results")
|
115 |
-
st.write(file)
|
116 |
-
|
117 |
st.write("Prediction",class_name[0])
|
118 |
st.metric("Category:", class_name[1])
|
119 |
|
|
|
112 |
st.image(opencv_image, channels="BGR")
|
113 |
with col2:
|
114 |
st.header("Results")
|
115 |
+
# st.write(file)
|
116 |
+
st.write("True Label",true_file[true_file["image_id"]==file.name]["dx"][0])
|
117 |
st.write("Prediction",class_name[0])
|
118 |
st.metric("Category:", class_name[1])
|
119 |
|