added things
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from fastai.vision.all import *
|
|
| 3 |
|
| 4 |
def is_cat(x): return x[0].isupper()
|
| 5 |
|
| 6 |
-
learner = load_learner('model.
|
| 7 |
|
| 8 |
categories = ('dog', 'cat')
|
| 9 |
|
|
|
|
| 3 |
|
| 4 |
def is_cat(x): return x[0].isupper()
|
| 5 |
|
| 6 |
+
learner = load_learner('model.pkl')
|
| 7 |
|
| 8 |
categories = ('dog', 'cat')
|
| 9 |
|