bobalbrecht commited on
Commit
41e632f
1 Parent(s): bd45eec
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('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.pk1')
10
 
11
  categories = (
12
  'Cirrus',