egcj_vision / app.py
EliteGamerCJ's picture
initial commit
4835217 verified
raw
history blame contribute delete
105 Bytes
import gradio as gr
gr.load(
"models/facebook/detr-resnet-50",
provider="hf-inference",
).launch()