Sabse commited on
Commit
f6077a1
·
1 Parent(s): fc3d222

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- file_path = '/Users/scaspary/Desktop/fastai/large/sphynx.pkl'
19
- learn = load_learner(file_path)
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')