Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NikolaiB
/
Animal_Classifier
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
NikolaiB
commited on
Jan 4, 2023
Commit
adf0fb6
·
1 Parent(s):
079f4db
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
-
from fastai.vision.all import *
2
import gradio as gr
3
4
learn = load_learner('model.pkl')
5
1
import gradio as gr
2
+
from fastai.vision.all import *
3
4
learn = load_learner('model.pkl')
5