Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,8 @@ 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 |
-
|
23 |
# Launch the interface
|
24 |
iface.launch()
|
|
|
17 |
outputs=output_image,
|
18 |
title='Image Background Remover',
|
19 |
description='Upload an image and it will remove.',
|
20 |
+
|
21 |
)
|
22 |
+
Image.save(output_image)
|
23 |
# Launch the interface
|
24 |
iface.launch()
|