Frantz103 commited on
Commit
e6b76a4
1 Parent(s): d3e9dc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from fastai.vision.all import PILImage
3
 
4
  from fastai.learner import load_learner
5
 
6
- learn = load_learner(dog_cat_multi.pkl')
7
 
8
  def predict(image):
9
  # Transform the image
 
3
 
4
  from fastai.learner import load_learner
5
 
6
+ learn = load_learner('dog_cat_multi.pkl')
7
 
8
  def predict(image):
9
  # Transform the image