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