Spaces:
Paused
Paused
koenverhagen
commited on
Commit
•
aff6759
1
Parent(s):
b8e75de
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,4 +23,4 @@ CMD python launch.py --skip-torch-cuda-test --num_cpu_threads_per_process=6 --ap
|
|
23 |
|
24 |
|
25 |
|
26 |
-
CMD python webui.py --xformers --listen --disable-console-progressbars --enable-console-prompts --no-progressbar-hiding --ui-config-file
|
|
|
23 |
|
24 |
|
25 |
|
26 |
+
CMD python webui.py --api --xformers --listen --disable-console-progressbars --enable-console-prompts --no-progressbar-hiding --ui-config-file
|