brendenc commited on
Commit
b17b4ee
1 Parent(s): 479a349

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,6 +22,6 @@ interface = gr.Interface(classify,
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
 
27
  interface.launch(debug=True)
 
22
  outputs="image",
23
  examples = example_imgs,
24
  title = "Street Image Segmentation",
25
+ description = """Below is a simple app for image segmentation.""")
26
 
27
  interface.launch(debug=True)