wanghe
commited on
Commit
·
21961eb
1
Parent(s):
c43f521
test
Browse files- app.py +1 -1
- model.pkl +0 -3
- model_last.pkl +0 -3
app.py
CHANGED
@@ -28,7 +28,7 @@ def is_cat(x): return x[0].isupper()
|
|
28 |
# learn.export('model2.pkl')
|
29 |
|
30 |
|
31 |
-
learn = load_learner("
|
32 |
|
33 |
categories = {"No_Cat", "Cat"}
|
34 |
|
|
|
28 |
# learn.export('model2.pkl')
|
29 |
|
30 |
|
31 |
+
learn = load_learner("model_last2.pkl")
|
32 |
|
33 |
categories = {"No_Cat", "Cat"}
|
34 |
|
model.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:7b2b2407d022565771c3c13793794a57404c1ed1c5910198714985d8fbaec2d3
|
3 |
-
size 47059947
|
|
|
|
|
|
|
|
model_last.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:6affc0dec922c78d90a58d3446fb185ac0d37b837cbd30eb6c2edbb831b4115b
|
3 |
-
size 47064830
|
|
|
|
|
|
|
|