DanielViniciusAlves commited on
Commit
f7ee4e0
·
1 Parent(s): 6a567ed

Update app.py

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