Beasto commited on
Commit
cdb86cf
·
1 Parent(s): 8f9586d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from pathlib import Path
4
  from ultralytics import YOLO
5
 
6
  # Load YOLOv5 model
7
- model = YOLO(weights='HandSignDetector.pt') # Replace with the path to your best.pt model
8
 
9
  # Set up Streamlit
10
  st.title("YOLOv5 Object Detection with Streamlit")
 
4
  from ultralytics import YOLO
5
 
6
  # Load YOLOv5 model
7
+ model = YOLO('HandSignDetector.pt') # Replace with the path to your best.pt model
8
 
9
  # Set up Streamlit
10
  st.title("YOLOv5 Object Detection with Streamlit")