Spaces:
Runtime error
Runtime error
marii
commited on
Commit
·
ad59791
1
Parent(s):
75c6cb7
added dep
Browse files
app.py
CHANGED
@@ -2,6 +2,9 @@
|
|
2 |
|
3 |
__all__ = ['learn', 'predict', 'labels']
|
4 |
|
|
|
|
|
|
|
5 |
# Cell
|
6 |
learn = load_learner('export.pkl')
|
7 |
|
|
|
2 |
|
3 |
__all__ = ['learn', 'predict', 'labels']
|
4 |
|
5 |
+
# Cell
|
6 |
+
from fastai.vision.all import *
|
7 |
+
|
8 |
# Cell
|
9 |
learn = load_learner('export.pkl')
|
10 |
|