Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,9 +22,9 @@ def get_example_images():
|
|
22 |
examples.append(os.path.join(image_folder, filename))
|
23 |
return examples
|
24 |
|
25 |
-
# Streamlit UI for
|
26 |
-
st.title("
|
27 |
-
st.markdown("Upload an image to detect
|
28 |
|
29 |
# Allow the user to upload an image
|
30 |
uploaded_image = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
|
|
|
22 |
examples.append(os.path.join(image_folder, filename))
|
23 |
return examples
|
24 |
|
25 |
+
# Streamlit UI for Seatbelt Detection with YOLOv5
|
26 |
+
st.title("Seatbelt Detection with YOLO")
|
27 |
+
st.markdown("Upload an image to detect Seat-Belt-Detection.")
|
28 |
|
29 |
# Allow the user to upload an image
|
30 |
uploaded_image = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
|