elay018 commited on
Commit
1222856
1 Parent(s): 1321f71

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
  import skimage
5
 
6
  path = Path('export.pkl')
7
- learn_inf = load_learner(path)
8
 
9
  def predict(img):
10
  img = PILImage.create(img)
 
4
  import skimage
5
 
6
  path = Path('export.pkl')
7
+ learn = load_learner(path)
8
 
9
  def predict(img):
10
  img = PILImage.create(img)