Spaces:
Build error
Build error
Commit
·
8000aab
1
Parent(s):
87de4cc
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ os.system(f"sed -i -e 's/ outputs=\[/queue=False, &/g' /home/user/app/stable-dif
|
|
| 24 |
os.system(f"sed -i -e 's/ queue=False, / /g' /home/user/app/stable-diffusion-webui/modules/ui.py")
|
| 25 |
|
| 26 |
# ----------------------------Please duplicate this space and delete this block if you don't want to see the extra header----------------------------
|
| 27 |
-
os.system(f"wget -q https://
|
| 28 |
os.system(f"sed -i -e '/demo:/r /home/user/app/header_patch.py' /home/user/app/stable-diffusion-webui/modules/ui.py")
|
| 29 |
# ---------------------------------------------------------------------------------------------------------------------------------------------------
|
| 30 |
|
|
|
|
| 24 |
os.system(f"sed -i -e 's/ queue=False, / /g' /home/user/app/stable-diffusion-webui/modules/ui.py")
|
| 25 |
|
| 26 |
# ----------------------------Please duplicate this space and delete this block if you don't want to see the extra header----------------------------
|
| 27 |
+
os.system(f"wget -q https://github.com/darkstorm2150/webui/raw/main/OpenGen_header_patch.py -O /home/user/app/header_patch.py")
|
| 28 |
os.system(f"sed -i -e '/demo:/r /home/user/app/header_patch.py' /home/user/app/stable-diffusion-webui/modules/ui.py")
|
| 29 |
# ---------------------------------------------------------------------------------------------------------------------------------------------------
|
| 30 |
|