File size: 180 Bytes
088c274
 
19355c7
 
 
 
 
1
2
3
4
5
6
7
import gradio as gr

# Load the Hugging Face Spaces interface
iface = gr.Interface.load("huggingface/Salesforce/blip-image-captioning-large")

# Launch the interface
iface.launch()