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

Update app.py

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