ybelkada commited on
Commit
887f9f5
1 Parent(s): 66799af

add example image

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. example_image.jpg +0 -0
app.py CHANGED
@@ -65,6 +65,7 @@ iface = gr.Interface(
65
  gr.outputs.Image(label="Depth Map:"),
66
  gr.outputs.Image(label="Segmentation Map:"),
67
  ],
 
68
  description=description,
69
  title=title,
70
  css=css,
 
65
  gr.outputs.Image(label="Depth Map:"),
66
  gr.outputs.Image(label="Segmentation Map:"),
67
  ],
68
+ examples=['example_image.jpg'],
69
  description=description,
70
  title=title,
71
  css=css,
example_image.jpg ADDED