File size: 103 Bytes
32637a8
 
1518056
 
32637a8
 
1
2
3
4
5
6
import gradio as gr

iface = gr.Interface.load("huggingface/facebook/detr-resnet-50",
)

iface.launch()