not-lain commited on
Commit
ed65994
·
verified ·
1 Parent(s): 297c1ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)