Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ h1 {
|
|
| 54 |
|
| 55 |
# Load model
|
| 56 |
logger.info("Loading detection model...")
|
| 57 |
-
model = load_model("
|
| 58 |
model.det_conf_thresh = 0.1
|
| 59 |
model.hor_conf_thresh = 0.1
|
| 60 |
|
|
|
|
| 54 |
|
| 55 |
# Load model
|
| 56 |
logger.info("Loading detection model...")
|
| 57 |
+
model = load_model("ahoyv2n-MIX-b1.onnx")
|
| 58 |
model.det_conf_thresh = 0.1
|
| 59 |
model.hor_conf_thresh = 0.1
|
| 60 |
|