Abs6187 commited on
Commit
cde2fd0
1 Parent(s): 71bcf0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 Helmet Detection with YOLOv5
26
- st.title("Helmet Detection with YOLOv5")
27
- st.markdown("Upload an image to detect helmets.")
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"])