darkstorm2150 commited on
Commit
0a9e7e3
1 Parent(s): 2e75e85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://raw.githubusercontent.com/darkstorm2150/webui/main/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
 
 
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://raw.githubusercontent.com/darkstorm2150/webui/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