ajcdp commited on
Commit
380ba86
1 Parent(s): e83ff37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -36,7 +36,8 @@ demo = gr.Interface(
36
  inputs=[gr.Image()],
37
  outputs="image",
38
  title="Image Segmentation Demo",
39
- description = "Please upload an image to see segmentation capabilities of this model"
 
40
  )
41
 
42
  demo.launch()
 
36
  inputs=[gr.Image()],
37
  outputs="image",
38
  title="Image Segmentation Demo",
39
+ description = "Please upload an image to see segmentation capabilities of this model",
40
+ examples=[["cristiano.jpg"]]
41
  )
42
 
43
  demo.launch()