ACCA225 commited on
Commit
b8292ae
1 Parent(s): 0b50f16

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
app2.py CHANGED
@@ -128,7 +128,7 @@ def sdmodel():
128
 
129
  # 调用函数开始下载
130
  download_with_aria2(urls_list)
131
- sdmodel()
132
  def mkdirs(path, exist_ok=True):
133
  if path and not Path(path).exists():
134
  os.makedirs(path,exist_ok=exist_ok)
 
128
 
129
  # 调用函数开始下载
130
  download_with_aria2(urls_list)
131
+ #sdmodel()
132
  def mkdirs(path, exist_ok=True):
133
  if path and not Path(path).exists():
134
  os.makedirs(path,exist_ok=exist_ok)