test11 / app.py
yupikopi's picture
Update app.py
a19781b
raw
history blame
130 Bytes
import gradio as gr
demo = gr.Interface(
inputs=[inputs],
outputs="image",
title="MaskFormer Demo"
)
demo.launch()