atomiclabs's picture
Update app.py
1518056
raw
history blame
103 Bytes
import gradio as gr
iface = gr.Interface.load("huggingface/facebook/detr-resnet-50",
)
iface.launch()