Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NKASG
/
Gun_detection
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
NKASG
commited on
May 21, 2024
Commit
7530ea2
·
verified
·
1 Parent(s):
6b28e12
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -11,7 +11,7 @@ cap.set(4, 128)
11
12
13
14
-
model = YOLO(best20.pt)
15
16
classNames = ['person', 'Gun' ]
17
11
12
13
14
+
model = YOLO(
"
best20.pt
"
)
15
16
classNames = ['person', 'Gun' ]
17