Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
guumaster
/
fastai-classifier
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
guumaster
commited on
Nov 4, 2022
Commit
5decb05
·
1 Parent(s):
f88e7a8
change to resnet50
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -3,7 +3,7 @@ import gradio as gr
3
4
5
# Cell
6
-
learn = load_learner("model-
resnet18
.pkl")
7
8
# Cell
9
categories = learn.dls.vocab
3
4
5
# Cell
6
+
learn = load_learner("model-
resnet50
.pkl")
7
8
# Cell
9
categories = learn.dls.vocab