Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -87,4 +87,4 @@ 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()
|
|
|
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)
|