Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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 |
-
|
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 |
|