ACCA225 commited on
Commit
56ee4b3
1 Parent(s): ed75afd

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
app2.py CHANGED
@@ -41,7 +41,7 @@ _ngrok_token = "2CXyNlT9xGfFoL5ruI6hQV20FNq_7tbmuzS9RtyNTkyEe1J6C"
41
 
42
  os.system("pip install nvidia-ml-py3")
43
  os.chdir(f"/home/xlab-app-center")
44
- os.system(f"git clone https://openi.pcl.ac.cn/2575044704/stab /home/xlab-app-center/stable-diffusion-webui")
45
 
46
  os.system(f"cp /home/xlab-app-center/styles.csv /home/xlab-app-center/stable-diffusion-webui/styles.csv")
47
  os.chdir(f"/home/xlab-app-center/stable-diffusion-webui")
 
41
 
42
  os.system("pip install nvidia-ml-py3")
43
  os.chdir(f"/home/xlab-app-center")
44
+ os.system(f"git clone https://openi.pcl.ac.cn/2575044704/stable-diffusion-webui-v1.8.0 /home/xlab-app-center/stable-diffusion-webui")
45
 
46
  os.system(f"cp /home/xlab-app-center/styles.csv /home/xlab-app-center/stable-diffusion-webui/styles.csv")
47
  os.chdir(f"/home/xlab-app-center/stable-diffusion-webui")