Omnibus commited on
Commit
d5e2a3f
·
1 Parent(s): 70a95aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,6 +13,6 @@ def seg(inp):
13
 
14
  gr.Interface(
15
  fn=seg,
16
- inputs=gr.Image(),
17
  outputs=gr.Image()
18
  ).launch()
 
13
 
14
  gr.Interface(
15
  fn=seg,
16
+ inputs=gr.Image(type='filepath'),
17
  outputs=gr.Image()
18
  ).launch()