Spaces:
Running
Running
Update model
Browse files
app.py
CHANGED
@@ -46,8 +46,9 @@ h1 {
|
|
46 |
}
|
47 |
"""
|
48 |
|
49 |
-
model = load_model("experimental/
|
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):
|