Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,10 +19,8 @@ iface = gr.Interface(remove_background,
|
|
19 |
description='Upload an image and it will remove.',
|
20 |
|
21 |
)
|
22 |
-
|
23 |
-
|
24 |
-
"gfg.png")
|
25 |
-
img = Image.open("gfg.png")
|
26 |
img.show()
|
27 |
# Launch the interface
|
28 |
iface.launch()
|
|
|
19 |
description='Upload an image and it will remove.',
|
20 |
|
21 |
)
|
22 |
+
|
23 |
+
img = Image.open(output_image)
|
|
|
|
|
24 |
img.show()
|
25 |
# Launch the interface
|
26 |
iface.launch()
|