rishi9440 commited on
Commit
7736baf
·
1 Parent(s): 8f851fb

Update app.py

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