zhangzonglin1 commited on
Commit
32924ed
·
1 Parent(s): 824f874

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from fastbook import *
7
  from fastai.vision.widgets import *
8
 
9
 
10
- path = Path()path.ls(file_exts='.pkl')
11
 
12
  learn = learner.load(path/"export.pkl")
13
 
 
7
  from fastai.vision.widgets import *
8
 
9
 
10
+ path = Path()
11
 
12
  learn = learner.load(path/"export.pkl")
13