Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
esumitra
/
superheroes
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
esumitra
commited on
Aug 3, 2022
Commit
868b74a
·
1 Parent(s):
06bee5d
update interface to use file input
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -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