Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
|
|
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())
|