snatcheggmoderntimes commited on
Commit
ef42394
·
verified ·
1 Parent(s): c43a0d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def DownLoad(URI:str,DownloadPath:pathlib.Path,DownLoadFileName:str ) -> int:
35
  del i
36
  raise Exception(str.format("download \'{0}\' failed",URI))
37
 
38
- user_home =pathlib.Path.home().resolve()
39
  os.chdir(str(user_home))
40
  #clone stable-diffusion-webui repo
41
  print("cloning stable-diffusion-webui repo")
 
35
  del i
36
  raise Exception(str.format("download \'{0}\' failed",URI))
37
 
38
+ user_home =pathlib.Path.home().resolve()+"/data"
39
  os.chdir(str(user_home))
40
  #clone stable-diffusion-webui repo
41
  print("cloning stable-diffusion-webui repo")