Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,7 @@ iface = gr.Interface(remove_background,
|
|
19 |
title='Image Background Remover',
|
20 |
description='Upload an image and it will remove.',
|
21 |
os.path.join(os.path.dirname(__file__), "images/lion.jpg")
|
|
|
22 |
|
23 |
# Launch the interface
|
24 |
iface.launch()
|
|
|
19 |
title='Image Background Remover',
|
20 |
description='Upload an image and it will remove.',
|
21 |
os.path.join(os.path.dirname(__file__), "images/lion.jpg")
|
22 |
+
)
|
23 |
|
24 |
# Launch the interface
|
25 |
iface.launch()
|