ACCA225 commited on
Commit
738fde7
1 Parent(s): 13575e7

Update app3.py

Browse files
Files changed (1) hide show
  1. app3.py +1 -1
app3.py CHANGED
@@ -34,7 +34,7 @@ def download_file(url, destination_path):
34
  os.system(f'wget -O {destination_path} {url}')
35
 
36
  # 设置基本路径
37
- base_directory = '/home/xlab-app-center/stable-diffusion-webui'
38
  configs_directory = os.path.join(base_directory, 'configs')
39
 
40
  # 创建configs文件夹
 
34
  os.system(f'wget -O {destination_path} {url}')
35
 
36
  # 设置基本路径
37
+ base_directory = '/home/xlab-app-center'
38
  configs_directory = os.path.join(base_directory, 'configs')
39
 
40
  # 创建configs文件夹