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