Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aaravlovescodes
/
facebook-detr-resnet-50
like
0
Running
App
Files
Files
Community
main
facebook-detr-resnet-50
/
app.py
aaravlovescodes
initial commit
f6b9eb5
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
81 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/facebook/detr-resnet-50"
).launch()