rishi9440 commited on
Commit
a79c124
·
1 Parent(s): 342fdc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -16,7 +16,8 @@ iface = gr.Interface(remove_background,
16
  inputs=input_image,
17
  outputs=output_image,
18
  title='Image Background Remover',
19
- description='Upload an image and it will remove.')
 
20
 
21
  # Launch the interface
22
  iface.launch()
 
16
  inputs=input_image,
17
  outputs=output_image,
18
  title='Image Background Remover',
19
+ description='Upload an image and it will remove.',
20
+ allow_download=True)
21
 
22
  # Launch the interface
23
  iface.launch()