import gradio as gr

gr.load(
   "models/Salesforce/blip-image-captioning-large",
   provider="hf-inference",
).launch()