luisarizmendi
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import os
|
|
5 |
import cv2
|
6 |
import torch
|
7 |
|
8 |
-
DEFAULT_MODEL_URL = "https://github.com/luisarizmendi/ai-apps/raw/refs/heads/main/models/luisarizmendi/object-
|
9 |
|
10 |
def detect_objects_in_files(model_input, files):
|
11 |
"""
|
|
|
5 |
import cv2
|
6 |
import torch
|
7 |
|
8 |
+
DEFAULT_MODEL_URL = "https://github.com/luisarizmendi/ai-apps/raw/refs/heads/main/models/luisarizmendi/object-detection-hardhat-or-hat/object-detection-hardhat-or-hat-m.pt"
|
9 |
|
10 |
def detect_objects_in_files(model_input, files):
|
11 |
"""
|