Talha185 commited on
Commit
95f34b1
1 Parent(s): 38a7694

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -2,8 +2,7 @@ import gradio as gr
2
  from fastai.vision.all import *
3
  import skimage
4
 
5
- modelPath = Path('C:\\Users\\Talha Nadeem\\w1d2\\Pet_Breed_Classifier')
6
- learn = load_learner('C:\\Users\\Talha Nadeem\\w1d2\\Pet_Breed_Classifier\\export.pkl')
7
 
8
  labels = learn.dls.vocab
9
  def predict(img):
 
2
  from fastai.vision.all import *
3
  import skimage
4
 
5
+ learn = load_learner('export.pkl')
 
6
 
7
  labels = learn.dls.vocab
8
  def predict(img):