Spaces:
Runtime error
Runtime error
update line 55
Browse files'pil' from auto
app.py
CHANGED
@@ -52,7 +52,7 @@ def segmentation(input_image):
|
|
52 |
return (overlay, prediction_colormap)
|
53 |
|
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"
|
|
|
52 |
return (overlay, prediction_colormap)
|
53 |
|
54 |
i = gr.inputs.Image()
|
55 |
+
o = [gr.outputs.Image('pil'), gr.outputs.Image('pil')]
|
56 |
|
57 |
examples = [["example_image_2.jpeg"], ["example_image_3.jpeg"]]
|
58 |
title = "Human Part Segmentation"
|