Spaces:
Sleeping
Sleeping
apehex commited on
Commit ·
43d884d
1
Parent(s): babc5e9
Disable the debugging mode.
Browse files
app.py
CHANGED
|
@@ -79,4 +79,4 @@ def compute_states(
|
|
| 79 |
demo = app.create_app(highlight=highlight_tokens, compute=compute_states)
|
| 80 |
|
| 81 |
demo.queue()
|
| 82 |
-
demo.launch(theme=gradio.themes.Soft(), css=psaiops.common.style.ALL, debug=
|
|
|
|
| 79 |
demo = app.create_app(highlight=highlight_tokens, compute=compute_states)
|
| 80 |
|
| 81 |
demo.queue()
|
| 82 |
+
demo.launch(theme=gradio.themes.Soft(), css=psaiops.common.style.ALL, debug=False)
|