luisarizmendi commited on
Commit
03cd781
·
verified ·
1 Parent(s): 1f1736a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -164,7 +164,7 @@ def detect_objects_in_files(files):
164
  return "No files uploaded.", []
165
 
166
  device = "cuda" if torch.cuda.is_available() else "cpu"
167
- model = YOLO("https://github.com/luisarizmendi/ai-apps/raw/refs/heads/main/models/luisarizmendi/object-detector-safety/object-detector-safety-v1.pt")
168
  model.to(device)
169
 
170
  results_images = []
 
164
  return "No files uploaded.", []
165
 
166
  device = "cuda" if torch.cuda.is_available() else "cpu"
167
+ model = YOLO("https://github.com/luisarizmendi/ai-apps/raw/refs/heads/main/models/luisarizmendi/object-detector-hardhat-or-hat/object-detector-hardhat-or-hat.pt")
168
  model.to(device)
169
 
170
  results_images = []