Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rimi98
/
InsectRecognizer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Rimi98
commited on
Jan 24, 2023
Commit
9303550
·
1 Parent(s):
85d29eb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -6,7 +6,7 @@ import os
6
from PIL import Image
7
8
9
-
model_path = '
models/model3
-
86_.
pkl'
10
11
model = load_learner(model_path)
12
6
from PIL import Image
7
8
9
+
model_path = '
model6
-
90%.
pkl'
10
11
model = load_learner(model_path)
12