danibalcells commited on
Commit
6ff363a
1 Parent(s): 8b92660

Add missing import

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