brendenc commited on
Commit
151ebdb
·
1 Parent(s): 303db69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -20,7 +20,6 @@ example_imgs = [f"example_{i}.jpg" for i in range(3)]
20
  interface = gr.Interface(classify,
21
  inputs="image",
22
  outputs="image",
23
- examples = example_imgs,
24
  title = "Street Image Segmentation",
25
  description = """Below is a simple app for image segmentation. This model was trained using""")
26
 
 
20
  interface = gr.Interface(classify,
21
  inputs="image",
22
  outputs="image",
 
23
  title = "Street Image Segmentation",
24
  description = """Below is a simple app for image segmentation. This model was trained using""")
25