sunwaee commited on
Commit
03d8f61
1 Parent(s): eefdc66

updated page content

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ def process_img(model, image, labels, caption: bool = True):
182
  # Page config
183
  st.set_page_config(layout="centered")
184
  st.title("Face Mask Detection")
185
- st.write('ResNet[18~152] trained for Face Mask Detection. ')
186
  st.markdown(f"__Labels:__ with_mask, without_mask, mask_weared_incorrect")
187
 
188
  # Models drive ids
 
182
  # Page config
183
  st.set_page_config(layout="centered")
184
  st.title("Face Mask Detection")
185
+ st.write('Face Mask Detection on images, videos and webcam feed with ResNet[18~152] models. ')
186
  st.markdown(f"__Labels:__ with_mask, without_mask, mask_weared_incorrect")
187
 
188
  # Models drive ids