yupikopi commited on
Commit
a19781b
1 Parent(s): beadde0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,8 +2,8 @@ import gradio as gr
2
 
3
 
4
  demo = gr.Interface(
5
- inputs=[gr.Image()],
6
- outputs=inputs,
7
  title="MaskFormer Demo"
8
  )
9
 
 
2
 
3
 
4
  demo = gr.Interface(
5
+ inputs=[inputs],
6
+ outputs="image",
7
  title="MaskFormer Demo"
8
  )
9