Spaces:
Runtime error
Runtime error
shyamgupta196
commited on
Commit
•
725aae1
1
Parent(s):
57debf0
plot true
Browse files
app.py
CHANGED
@@ -38,5 +38,5 @@ def seg(image):
|
|
38 |
|
39 |
return img
|
40 |
|
41 |
-
iface = gr.Interface(fn=seg, inputs=gr.inputs.Image(type='pil'), outputs=gr.outputs.Image('numpy'))
|
42 |
iface.launch()
|
|
|
38 |
|
39 |
return img
|
40 |
|
41 |
+
iface = gr.Interface(fn=seg, inputs=gr.inputs.Image(type='pil'), outputs=gr.outputs.Image('numpy',True))
|
42 |
iface.launch()
|