Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ iface = gr.Interface(
|
|
31 |
outputs=output_image,
|
32 |
title='Image Background Remover',
|
33 |
description='Upload an image and it will remove.',
|
34 |
-
|
35 |
)
|
36 |
|
37 |
# combine the main interface and the download button
|
|
|
31 |
outputs=output_image,
|
32 |
title='Image Background Remover',
|
33 |
description='Upload an image and it will remove.',
|
34 |
+
|
35 |
)
|
36 |
|
37 |
# combine the main interface and the download button
|