apehex commited on
Commit
2a45a7b
·
1 Parent(s): 37bfca0

Disable the debugging mode.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,4 +93,4 @@ def steer_model_output(
93
 
94
  demo = app.create_app(compute=steer_model_output, tabulate=update_table_data)
95
  demo.queue()
96
- demo.launch(theme=gradio.themes.Soft(), css=psaiops.common.style.ALL, debug=True)
 
93
 
94
  demo = app.create_app(compute=steer_model_output, tabulate=update_table_data)
95
  demo.queue()
96
+ demo.launch(theme=gradio.themes.Soft(), css=psaiops.common.style.ALL, debug=False)