Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
felixpie
/
espejelomar-fastai-pet-breeds-classification
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2341f1e
espejelomar-fastai-pet-breeds-classification
/
app.py
felixpie
initial commit
2341f1e
about 2 years ago
raw
Copy download link
history
blame
Safe
102 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/espejelomar/fastai-pet-breeds-classification"
).launch()