Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ultrajonic
/
Camera_Trap
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ultrajonic
commited on
May 4, 2023
Commit
c606a27
·
1 Parent(s):
5723b7c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
learn = load_learner('CameraTrap_model.pkl')
2
3
labels = learn.dls.vocab
1
+
from fastai.vision.all import load_learner
2
learn = load_learner('CameraTrap_model.pkl')
3
4
labels = learn.dls.vocab