esumitra commited on
Commit
868b74a
·
1 Parent(s): 06bee5d

update interface to use file input

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