Spaces:
Runtime error
Runtime error
a4
Browse files
app.py
CHANGED
@@ -9,4 +9,4 @@ def segment(image):
|
|
9 |
output = remove(image)
|
10 |
return output
|
11 |
|
12 |
-
gr.Interface(fn=segment, inputs="image", outputs="image", title=title, description=description, article=article).launch()
|
|
|
9 |
output = remove(image)
|
10 |
return output
|
11 |
|
12 |
+
gr.Interface(fn=segment, inputs="image", outputs="image", title=title, description=description, article=article).launch(share=True)
|