Spaces:
Runtime error
Runtime error
shyamgupta196
commited on
Commit
•
f9a1687
1
Parent(s):
2ccbae6
app.py
CHANGED
@@ -40,5 +40,5 @@ def seg(image):
|
|
40 |
return plt.imshow(img)
|
41 |
|
42 |
|
43 |
-
iface = gr.Interface(fn=seg, inputs=gr.inputs.Image(type='pil'), outputs=gr.outputs.Image('
|
44 |
iface.launch()
|
|
|
40 |
return plt.imshow(img)
|
41 |
|
42 |
|
43 |
+
iface = gr.Interface(fn=seg, inputs=gr.inputs.Image(type='pil'), outputs=gr.outputs.Image('filepath',True))
|
44 |
iface.launch()
|