Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -91,6 +91,8 @@ with app:
|
|
91 |
cd D:\\SUI\\
|
92 |
# 拉取仓库
|
93 |
.\\git\\bin\\git lfs clone https://huggingface.co/spaces/Miuzarte/SUI-svc-3.0
|
|
|
|
|
94 |
|
95 |
# 创建环境
|
96 |
conda create -n sovits python=3.8 -y
|
@@ -117,7 +119,7 @@ with app:
|
|
117 |
1. 运行 Anaconda Powershell Prompt 切换工作目录并激活环境
|
118 |
|
119 |
```
|
120 |
-
cd D:\\SUI\\
|
121 |
conda activate sovits
|
122 |
```
|
123 |
|
|
|
91 |
cd D:\\SUI\\
|
92 |
# 拉取仓库
|
93 |
.\\git\\bin\\git lfs clone https://huggingface.co/spaces/Miuzarte/SUI-svc-3.0
|
94 |
+
# 切换工作目录至仓库内
|
95 |
+
cd D:\\SUI\\SUI-svc-3.0\\
|
96 |
|
97 |
# 创建环境
|
98 |
conda create -n sovits python=3.8 -y
|
|
|
119 |
1. 运行 Anaconda Powershell Prompt 切换工作目录并激活环境
|
120 |
|
121 |
```
|
122 |
+
cd D:\\SUI\\SUI-svc-3.0\\
|
123 |
conda activate sovits
|
124 |
```
|
125 |
|