Spaces:
Sleeping
Sleeping
apehex commited on
Commit ·
e1b834f
1
Parent(s): d18b70f
Disable the debugging mode.
Browse files
app.py
CHANGED
|
@@ -154,4 +154,4 @@ def create_app(title: str=TITLE, intro: str=INTRO) -> gradio.Blocks:
|
|
| 154 |
|
| 155 |
if __name__ == '__main__':
|
| 156 |
__app = create_app()
|
| 157 |
-
__app.launch(theme=gradio.themes.Soft(), css=STYLE, share=True, debug=
|
|
|
|
| 154 |
|
| 155 |
if __name__ == '__main__':
|
| 156 |
__app = create_app()
|
| 157 |
+
__app.launch(theme=gradio.themes.Soft(), css=STYLE, share=True, debug=False)
|