Spaces:
Runtime error
Runtime error
app is ready share is removed
Browse files
app.py
CHANGED
|
@@ -19,4 +19,4 @@ iface = gr.Interface(remove_background,
|
|
| 19 |
description='Upload an image and it will remove.')
|
| 20 |
|
| 21 |
# Launch the interface
|
| 22 |
-
iface.launch(
|
|
|
|
| 19 |
description='Upload an image and it will remove.')
|
| 20 |
|
| 21 |
# Launch the interface
|
| 22 |
+
iface.launch()
|