Spaces:
Sleeping
Sleeping
Donald Kapyouo
commited on
Commit
·
02ef8cf
1
Parent(s):
68b3403
add model
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from fastai.vision.all import *
|
|
3 |
|
4 |
def is_cat(x): return x[0].isupper()
|
5 |
|
6 |
-
learn = load_learner('
|
7 |
|
8 |
categories = ['cat', 'dog']
|
9 |
|
|
|
3 |
|
4 |
def is_cat(x): return x[0].isupper()
|
5 |
|
6 |
+
learn = load_learner('model.pkl')
|
7 |
|
8 |
categories = ['cat', 'dog']
|
9 |
|
model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fcf9478a686d3ce742d3af274dd0226b4f7d7b6c61189cc32c3328ed868343e
|
3 |
+
size 47064766
|