Spaces:
Runtime error
Runtime error
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() |