dpc7 commited on
Commit
089e17c
1 Parent(s): 955b387

Change which model is used

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from fastai.vision.all import *
3
  import skimage
4
  import timm
5
 
6
- learn = load_learner('model.pkl')
7
 
8
  labels = learn.dls.vocab
9
  def predict(img):
 
3
  import skimage
4
  import timm
5
 
6
+ learn = load_learner('ganesh_model.pkl')
7
 
8
  labels = learn.dls.vocab
9
  def predict(img):