0d20280 a19781b 0d20280
1
2
3
4
5
6
7
8
9
10
import gradio as gr demo = gr.Interface( inputs=[inputs], outputs="image", title="MaskFormer Demo" ) demo.launch()