Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wade001
/
fast_ai_project
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
wade001
commited on
Dec 27, 2023
Commit
58b9ac9
·
1 Parent(s):
5715bd4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import gradio as gr
2
learn = load_learner('model.pkl')
3
labels = learn.dls.vocab
4
1
import gradio as gr
2
+
from fastai.vision.all import *
3
learn = load_learner('model.pkl')
4
labels = learn.dls.vocab
5