Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Dricz
/
Weapon_Detection_YOLOv8
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aeeb601
Weapon_Detection_YOLOv8
/
app.py
Dricz
Update app.py
aeeb601
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
101 Bytes
import
gradio
as
gr
from
ultralytics
import
YOLO
mod = YOLO(
'best(1).pt'
)
def
response
(
image
):