Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SEA-AI
/
detection-RGB
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kevinconka
commited on
13 days ago
Commit
69346b7
·
1 Parent(s):
5f5664d
remove zero gpu
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -46,7 +46,7 @@ h1 {
46
}
47
"""
48
49
-
model = load_model("ahoy-RGB-b2"
, device="cuda"
)
50
51
@spaces.GPU
52
def inference(image):
46
}
47
"""
48
49
+
model = load_model("ahoy-RGB-b2")
50
51
@spaces.GPU
52
def inference(image):