Spaces:
Runtime error
Runtime error
zhzluke96
commited on
Commit
·
5333c16
1
Parent(s):
a2483ba
update
Browse files
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=
|
| 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,
|