brendenc commited on
Commit
4f38b79
1 Parent(s): cdcfb27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -27,6 +27,7 @@ interface = gr.Interface(classify,
27
  inputs="image",
28
  outputs="image",
29
  title = "Street Image Segmentation",
 
30
  description = """Below is a simple app for image segmentation. This model was trained using""")
31
 
32
  interface.launch(debug=True)
 
27
  inputs="image",
28
  outputs="image",
29
  title = "Street Image Segmentation",
30
+ examples = example_imgs,
31
  description = """Below is a simple app for image segmentation. This model was trained using""")
32
 
33
  interface.launch(debug=True)