zhangzonglin1
commited on
Commit
·
32924ed
1
Parent(s):
824f874
Add application file
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from fastbook import *
|
|
7 |
from fastai.vision.widgets import *
|
8 |
|
9 |
|
10 |
-
path = Path()
|
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 |
|