bobalbrecht commited on
Commit
edcd4e1
1 Parent(s): e736eef
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from fastbook import load_learner
6
  model_path = Path('models')
7
  image_path = Path('images')
8
 
9
- learn = load_learner(model_path/'cloudmodel.pk1')
10
 
11
  categories = (
12
  'Cirrus',
 
6
  model_path = Path('models')
7
  image_path = Path('images')
8
 
9
+ learn = load_learner(model_path/'cloudmodel.pkl')
10
 
11
  categories = (
12
  'Cirrus',