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