kevinconka commited on
Commit
58c73bd
·
verified ·
1 Parent(s): 2f7ee87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ h1 {
54
 
55
  # Load model
56
  logger.info("Loading detection model...")
57
- model = load_model("experimental/ahoy6-MIX-1280-b1.onnx")
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