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