fffiloni commited on
Commit
13d670f
·
verified ·
1 Parent(s): 7185b90

turn off API

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -400,4 +400,4 @@ with gr.Blocks(css=css) as demo:
400
  outputs = [status]
401
  )
402
 
403
- demo.launch(debug=True)
 
400
  outputs = [status]
401
  )
402
 
403
+ demo.launch(show_api=False, debug=True, show_error=True)