Update app.py
Browse files
app.py
CHANGED
|
@@ -15,8 +15,8 @@ from fastai.learner import load_learner
|
|
| 15 |
from fastai.vision.all import *
|
| 16 |
|
| 17 |
# Replace 'your_model_path' with the actual path to your model file
|
| 18 |
-
|
| 19 |
-
learn = load_learner(
|
| 20 |
|
| 21 |
# Assuming you have two categories: 'cat' and 'sphinx cat'
|
| 22 |
categories = ('cat', 'sphinx cat')
|
|
|
|
| 15 |
from fastai.vision.all import *
|
| 16 |
|
| 17 |
# Replace 'your_model_path' with the actual path to your model file
|
| 18 |
+
|
| 19 |
+
learn = load_learner('sphynx.pkl')
|
| 20 |
|
| 21 |
# Assuming you have two categories: 'cat' and 'sphinx cat'
|
| 22 |
categories = ('cat', 'sphinx cat')
|