File size: 198 Bytes
69829f1
 
cd2bea0
 
 
1
2
3
4
5
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()