darkstorm2150 commited on
Commit
2713434
1 Parent(s): 3e63039

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ os.system(f"sed -i -e 's/ outputs=\[/queue=False, &/g' /home/user/app/stable-dif
23
  os.system(f"sed -i -e 's/ queue=False, / /g' /home/user/app/stable-diffusion-webui/modules/ui.py")
24
 
25
  # ----------------------------Please duplicate this space and delete this block if you don't want to see the extra header----------------------------
26
- os.system(f"wget -q https://github.com/camenduru/webui/raw/main/header_patch.py -O /home/user/app/header_patch.py")
27
  os.system(f"sed -i -e '/demo:/r /home/user/app/header_patch.py' /home/user/app/stable-diffusion-webui/modules/ui.py")
28
  # ---------------------------------------------------------------------------------------------------------------------------------------------------
29
 
 
23
  os.system(f"sed -i -e 's/ queue=False, / /g' /home/user/app/stable-diffusion-webui/modules/ui.py")
24
 
25
  # ----------------------------Please duplicate this space and delete this block if you don't want to see the extra header----------------------------
26
+ os.system(f"wget -q https://raw.githubusercontent.com/darkstorm2150/webui/main/header_patch.py -O /home/user/app/header_patch.py")
27
  os.system(f"sed -i -e '/demo:/r /home/user/app/header_patch.py' /home/user/app/stable-diffusion-webui/modules/ui.py")
28
  # ---------------------------------------------------------------------------------------------------------------------------------------------------
29