apehex commited on
Commit
e1b834f
·
1 Parent(s): d18b70f

Disable the debugging mode.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True)
 
154
 
155
  if __name__ == '__main__':
156
  __app = create_app()
157
+ __app.launch(theme=gradio.themes.Soft(), css=STYLE, share=True, debug=False)