Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def segmentation(input_image):
|
|
54 |
i = gr.inputs.Image()
|
55 |
o = [gr.outputs.Image(), gr.outputs.Image()]
|
56 |
|
57 |
-
examples = [["
|
58 |
title = "Human Part Segmentation"
|
59 |
description = "Upload an image or select from examples to segment out different human parts."
|
60 |
|
|
|
54 |
i = gr.inputs.Image()
|
55 |
o = [gr.outputs.Image(), gr.outputs.Image()]
|
56 |
|
57 |
+
examples = [["example_image_2.jpeg"], ["example_image_3.jpeg"]]
|
58 |
title = "Human Part Segmentation"
|
59 |
description = "Upload an image or select from examples to segment out different human parts."
|
60 |
|