Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,6 @@ iface = gr.Interface(remove_background,
|
|
19 |
description='Upload an image and it will remove.',
|
20 |
|
21 |
)
|
22 |
-
Image.open(r
|
23 |
# Launch the interface
|
24 |
iface.launch()
|
|
|
19 |
description='Upload an image and it will remove.',
|
20 |
|
21 |
)
|
22 |
+
Image.open(r,output_image)
|
23 |
# Launch the interface
|
24 |
iface.launch()
|