pkt-prag-matic commited on
Commit
a467adb
·
verified ·
1 Parent(s): 09bb4f9

Update app.py

Browse files

updated the pickle file

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from fastai.vision.all import *
3
  import skimage
4
 
5
- learn = load_learner('export-updated.pkl')
6
 
7
  labels = learn.dls.vocab
8
  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):