chris999's picture
Update app.py
c51c4c7
raw
history blame
104 Bytes
import gradio as gr
#Salesforce/BLIP
gr.Interface(fn=segment, inputs="image", outputs="image").launch()