Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|