whywynn commited on
Commit
c8bb5e8
1 Parent(s): 2041832

updated app file using path syntax v7

Browse files
Files changed (2) hide show
  1. app.py +1 -7
  2. puppy.pkl +2 -2
app.py CHANGED
@@ -4,13 +4,7 @@ import skimage
4
  import os
5
  from pathlib import Path
6
 
7
- path = Path()
8
- #learn = load_learner(path/'puppy.pkl')
9
- #learn = load_learner('puppy.pkl.pth')
10
- learn.load('puppy.pkl.pth')
11
-
12
-
13
-
14
 
15
  labels = learn.dls.vocab
16
 
 
4
  import os
5
  from pathlib import Path
6
 
7
+ learn = load_learner('puppy.pkl')
 
 
 
 
 
 
8
 
9
  labels = learn.dls.vocab
10
 
puppy.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8efdade8946128146f5fed1e410b489b72144390142a766e578f71f2f0c0b81e
3
- size 46970686
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6360494c9caff82addf221e43b87e6dec89f25c3f368e2df273c08aac8749965
3
+ size 46971518