rishi9440 commited on
Commit
3338c4a
·
1 Parent(s): 7736baf

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
- )
21
 
22
  # Launch the interface
23
- iface.launch(share=True)
 
17
  outputs=output_image,
18
  title='Image Background Remover',
19
  description='Upload an image and it will remove.',
20
+ allow_flagging="manual")
21
 
22
  # Launch the interface
23
+ iface.launch())