Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import dill
|
|
4 |
|
5 |
def is_cat(x): return x[0].isupper()
|
6 |
|
7 |
-
learn = load_learner('model.pkl')
|
8 |
|
9 |
|
10 |
categories = ('Dog', 'Cat')
|
|
|
4 |
|
5 |
def is_cat(x): return x[0].isupper()
|
6 |
|
7 |
+
learn = load_learner('model.pkl', pickle_module=dill)
|
8 |
|
9 |
|
10 |
categories = ('Dog', 'Cat')
|