arvindsharmaphd7 commited on
Commit
3bdf2d6
1 Parent(s): b2b2ce7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import gradio as gr
11
  from fastai.vision.all import *
12
  import skimage
13
 
14
- learn = load_learner('export.pkl')
15
 
16
  labels = learn.dls.vocab
17
  def predict(img):
 
11
  from fastai.vision.all import *
12
  import skimage
13
 
14
+ learn = load_learner('export1.pkl')
15
 
16
  labels = learn.dls.vocab
17
  def predict(img):