Spaces:
Runtime error
Runtime error
| import gradio as gr | |
| iface = gr.Interface.load('models/Salesforce/blip-image-captioning-large', title="Vanilla Blip Image to Text Demo", description="Image to Text PreTrained Model") | |
| iface.launch() |