vorstcavry commited on
Commit
7503390
1 Parent(s): 6e9d965

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ Gitclone(r"https://github.com/AUTOMATIC1111/stable-diffusion-webui.git",user_hom
43
  os.chdir(str(user_home / r"stable-diffusion-webui"))
44
  os.system("git reset --hard "+commit_id)
45
  os.chdir(user_home / r"stable-diffusion-webui")
46
- Gitclone(r"https://github.com/vorstcavry/ncpt_colab_time",user_home / r"stable-diffusion-webui" / r"extensions" / r"ncpt_colab_timer")
47
  Gitclone(r"https://github.com/vorstcavry/static",user_home / r"stable-diffusion-webui" / r"static")
48
 
49
  def run_echo_command():
 
43
  os.chdir(str(user_home / r"stable-diffusion-webui"))
44
  os.system("git reset --hard "+commit_id)
45
  os.chdir(user_home / r"stable-diffusion-webui")
46
+ Gitclone(r"https://github.com/vorstcavry/ncpt_colab_timer",user_home / r"stable-diffusion-webui" / r"extensions" / r"ncpt_colab_timer")
47
  Gitclone(r"https://github.com/vorstcavry/static",user_home / r"stable-diffusion-webui" / r"static")
48
 
49
  def run_echo_command():