Illyap's picture
Update app.py
19355c7
raw
history blame contribute delete
180 Bytes
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()