Kvikontent commited on
Commit
4a38db1
·
verified ·
1 Parent(s): 734df7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ Simply upload your image and let the model do its work. Download the result imme
15
 
16
  iface = gr.Interface(
17
  fn=background_remover,
18
- inputs=gr.inputs.Image(type='pil', label="Upload Image"),
19
  outputs="image",
20
  examples=["woman.jpg", "groot.jpg"],
21
  title="✨ Background Remover",
 
15
 
16
  iface = gr.Interface(
17
  fn=background_remover,
18
+ inputs=gr.Image(type='pil', label="Upload Image"),
19
  outputs="image",
20
  examples=["woman.jpg", "groot.jpg"],
21
  title="✨ Background Remover",