Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hg2001
/
microsoft-resnet-50-demo2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5206469
microsoft-resnet-50-demo2
/
app.py
hg2001
initial commit
5206469
over 2 years ago
raw
Copy download link
history
blame
Safe
77 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/microsoft/resnet-50"
).launch()