Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SEA-AI
/
detection-demo
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kevinconka
commited on
10 days ago
Commit
1a4222a
·
verified
·
1 Parent(s):
d9c0f3b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -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):