Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -87,4 +87,5 @@ demo = gr.Interface(
|
|
87 |
description="it is recommended that you use https://github.com/la-voliere/react-mask-editor when creating an image mask in JS and then inverse it before sending it to this space",
|
88 |
)
|
89 |
|
90 |
-
demo.launch(debug=True,show_error=True)
|
|
|
|
87 |
description="it is recommended that you use https://github.com/la-voliere/react-mask-editor when creating an image mask in JS and then inverse it before sending it to this space",
|
88 |
)
|
89 |
|
90 |
+
#demo.launch(debug=True,show_error=True)
|
91 |
+
demo.launch(debug=True,show_error=True, share = True)
|