Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
billster45
/
efederici-convnext-base-224-22k-1k-orig-cats-vs-dogs
like
0
Sleeping
App
Files
Files
Community
00173db
efederici-convnext-base-224-22k-1k-orig-cats-vs-dogs
/
app.py
billster45
initial commit
00173db
over 1 year ago
raw
Copy download link
history
blame
Safe
110 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/efederici/convnext-base-224-22k-1k-orig-cats-vs-dogs"
).launch()