Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ webui_args = [
|
|
| 20 |
#'--no-gradio-queue',
|
| 21 |
'--no-half-vae',
|
| 22 |
"--skip-torch-cuda-test",
|
| 23 |
-
"--allow-code"
|
| 24 |
# f'--api-auth={api_auth}',
|
| 25 |
'--lowram',
|
| 26 |
]
|
|
|
|
| 20 |
#'--no-gradio-queue',
|
| 21 |
'--no-half-vae',
|
| 22 |
"--skip-torch-cuda-test",
|
| 23 |
+
"--allow-code",
|
| 24 |
# f'--api-auth={api_auth}',
|
| 25 |
'--lowram',
|
| 26 |
]
|