aliabd HF staff commited on
Commit
28167ad
1 Parent(s): 658cca2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ demo = gr.Interface(
43
  inputs=[gr.Image()],
44
  outputs="image",
45
  title="MaskFormer Demo",
46
- examples=["example_1.png", "example_2.png"]
47
  )
48
 
49
  # launch
 
43
  inputs=[gr.Image()],
44
  outputs="image",
45
  title="MaskFormer Demo",
46
+ examples=[["example_2.png"]]
47
  )
48
 
49
  # launch