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