Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Divya1287
/
microsoft-resnet-50
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
microsoft-resnet-50
/
app.py
Divya1287
initial commit
9763d7b
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
67 Bytes
import
gradio
as
gr
gr.load(
"models/microsoft/resnet-50"
).launch()