Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ if file is not None:
|
|
107 |
st.image(opencv_image, channels="BGR")
|
108 |
with col2:
|
109 |
st.header("Prediction")
|
110 |
-
st.write(class_name[
|
111 |
st.metric("Category:", class_name[1])
|
112 |
|
113 |
|
|
|
107 |
st.image(opencv_image, channels="BGR")
|
108 |
with col2:
|
109 |
st.header("Prediction")
|
110 |
+
st.write(class_name[0])
|
111 |
st.metric("Category:", class_name[1])
|
112 |
|
113 |
|