JASON123454321 commited on
Commit
e16981b
·
verified ·
1 Parent(s): a722ea2

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -139,7 +139,7 @@ model = ckpt['ema' if ckpt.get('ema') else 'model'].float().fuse().eval()
139
 
140
  """
141
  # YOLOv7
142
- detect whether a person is wearing a face mask or not, using image or URL input.
143
  """
144
  option = st.radio("", ["Upload Image", "Image URL"])
145
 
 
139
 
140
  """
141
  # YOLOv7
142
+ Detect whether a person is wearing a face mask or not.
143
  """
144
  option = st.radio("", ["Upload Image", "Image URL"])
145