Towhidul commited on
Commit
8e9ce14
1 Parent(s): 411cf73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,8 +107,8 @@ 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)
112
 
113
 
114
 
 
107
  st.image(opencv_image, channels="BGR")
108
  with col2:
109
  st.header("Prediction")
110
+ st.write(class_name[1])
111
+ st.metric("Category:", class_name[1])
112
 
113
 
114