shyamgupta196 commited on
Commit
f9a1687
1 Parent(s): 2ccbae6
Files changed (1) hide show
  1. app.py +1 -1
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('file',True))
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()