dspyrhsu commited on
Commit
85cdf01
1 Parent(s): 344de5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -4,7 +4,6 @@ import gradio as gr
4
  learn = load_learner('multiclassmodel.pkl')
5
 
6
  labels = learn.dls.vocab
7
- labels
8
 
9
  def predict(img):
10
  img = PILImage.create(img)
 
4
  learn = load_learner('multiclassmodel.pkl')
5
 
6
  labels = learn.dls.vocab
 
7
 
8
  def predict(img):
9
  img = PILImage.create(img)