tidalove commited on
Commit
fdded3f
·
verified ·
1 Parent(s): 36754a2

verbose error reporting

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,4 +63,4 @@ with gr.Blocks() as adain_demo:
63
  api_name="adain_process" # This creates the API endpoint
64
  )
65
 
66
- adain_demo.launch()
 
63
  api_name="adain_process" # This creates the API endpoint
64
  )
65
 
66
+ adain_demo.launch(show_error=True)