File size: 120 Bytes
b7e6b8f |
1 2 3 4 5 6 |
import gradio as gr
gr.load(
"models/Salesforce/blip-image-captioning-large",
provider="hf-inference",
).launch() |
b7e6b8f |
1 2 3 4 5 6 |
import gradio as gr
gr.load(
"models/Salesforce/blip-image-captioning-large",
provider="hf-inference",
).launch() |