Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
The-Infinite-Tsukuyomi
/
Smoking-Detection
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
itachi-ai
commited on
Apr 9, 2024
Commit
05d0158
·
verified
·
1 Parent(s):
9af4400
change model
Browse files
Files changed (1)
hide
show
model.py
+1
-1
model.py
CHANGED
Viewed
@@ -13,4 +13,4 @@ model = keras_cv.models.YOLOV8Detector(
13
fpn_depth=2,
14
)
15
16
-
model.load_weights('models/
model_e15
.weights.h5')
13
fpn_depth=2,
14
)
15
16
+
model.load_weights('models/
model
.weights.h5')