zhzluke96 commited on
Commit
5333c16
1 Parent(s): a2483ba
Files changed (1) hide show
  1. webui.py +1 -1
webui.py CHANGED
@@ -102,7 +102,7 @@ def process_webui_args(args):
102
  debug=debug,
103
  auth=auth,
104
  show_api=False,
105
- prevent_thread_lock=True,
106
  app_kwargs={
107
  "title": app_title,
108
  "description": app_description,
 
102
  debug=debug,
103
  auth=auth,
104
  show_api=False,
105
+ prevent_thread_lock=False,
106
  app_kwargs={
107
  "title": app_title,
108
  "description": app_description,