kevinconka commited on
Commit
1a4222a
·
verified ·
1 Parent(s): d9c0f3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -47,6 +47,7 @@ h1 {
47
  """
48
 
49
  model = load_model("ahoy-MIX-640-b1")
 
50
 
51
  @spaces.GPU
52
  def inference(image):
 
47
  """
48
 
49
  model = load_model("ahoy-MIX-640-b1")
50
+ model.det_conf_thresh = 0.1
51
 
52
  @spaces.GPU
53
  def inference(image):