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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import streamlit as st
2
  from PIL import Image
3
  from pathlib import Path
 
4
 
5
  # Load YOLOv5 model
6
  model = YOLO(weights='HandSignDetector.pt') # Replace with the path to your best.pt model
 
1
  import streamlit as st
2
  from PIL import Image
3
  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