kevinconka commited on
Commit
341c6ee
·
verified ·
1 Parent(s): d4b690f

Update model

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -46,8 +46,9 @@ h1 {
46
  }
47
  """
48
 
49
- model = load_model("experimental/ahoy-MIX-640-b1")
50
  model.det_conf_thresh = 0.1
 
51
 
52
  @spaces.GPU
53
  def inference(image):
 
46
  }
47
  """
48
 
49
+ model = load_model("experimental/ahoy6-MIX-1280-b1.onnx")
50
  model.det_conf_thresh = 0.1
51
+ model.hor_conf_thresh = 0.1
52
 
53
  @spaces.GPU
54
  def inference(image):