Spaces:
Sleeping
Sleeping
apehex commited on
Commit ·
2a45a7b
1
Parent(s): 37bfca0
Disable the debugging mode.
Browse files
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=
|
|
|
|
| 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)
|