Spaces:
Build error
Build error
TinyBeeman
commited on
Commit
•
1e7cf54
1
Parent(s):
085b62c
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -43,7 +43,7 @@ RUN sed -i -e 's/ queue=False, / /g' /content/stab
|
|
43 |
# Disable the generate buttons
|
44 |
RUN sed -i -e 's/img2img_prompt\.submit/#/g' /content/stable-diffusion-webui/modules/ui.py
|
45 |
RUN sed -i -e 's/txt2img_prompt\.submit/#/g' /content/stable-diffusion-webui/modules/ui.py
|
46 |
-
RUN sed -i -e 's
|
47 |
|
48 |
RUN cat /content/stable-diffusion-webui/modules/ui.py
|
49 |
|
|
|
43 |
# Disable the generate buttons
|
44 |
RUN sed -i -e 's/img2img_prompt\.submit/#/g' /content/stable-diffusion-webui/modules/ui.py
|
45 |
RUN sed -i -e 's/txt2img_prompt\.submit/#/g' /content/stable-diffusion-webui/modules/ui.py
|
46 |
+
RUN sed -i -e 's/ submit\.click/#/g' /content/stable-diffusion-webui/modules/ui.py
|
47 |
|
48 |
RUN cat /content/stable-diffusion-webui/modules/ui.py
|
49 |
|