Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,8 @@ with app:
|
|
109 |
.\\git\\bin\\git lfs clone https://huggingface.co/spaces/Miuzarte/SUI-svc-3.0
|
110 |
# 切换工作目录至仓库内
|
111 |
cd D:\\SUI\\SUI-svc-3.0\\
|
112 |
-
#
|
|
|
113 |
conda create -n sovits python=3.8 -y
|
114 |
conda activate sovits
|
115 |
|
|
|
109 |
.\\git\\bin\\git lfs clone https://huggingface.co/spaces/Miuzarte/SUI-svc-3.0
|
110 |
# 切换工作目录至仓库内
|
111 |
cd D:\\SUI\\SUI-svc-3.0\\
|
112 |
+
# 创建并激活环境
|
113 |
+
# 如果conda报SSL相关错误请关闭科学上网
|
114 |
conda create -n sovits python=3.8 -y
|
115 |
conda activate sovits
|
116 |
|