Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,11 @@ license: apache-2.0
|
|
11 |
---
|
12 |
|
13 |
本空间用于便捷地部署GPT-SoVITS的推理应用。
|
|
|
14 |
step1: 复制本空间,并克隆本空间到本地(需使用git-lfs),需确保git拥有write权限
|
|
|
15 |
step2: 将包含权重的GPT_weights与SoVITS_weights文件放入对应文件夹,slicer_opt目录下短于10s的录音文件和相应的slicer_opt.list文件放入audio文件夹,slicer_opt.list的路径需修改为相对audio目录的路径(只保留wav文件名)
|
|
|
16 |
step3: git add commit push三步曲
|
|
|
17 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
11 |
---
|
12 |
|
13 |
本空间用于便捷地部署GPT-SoVITS的推理应用。
|
14 |
+
|
15 |
step1: 复制本空间,并克隆本空间到本地(需使用git-lfs),需确保git拥有write权限
|
16 |
+
|
17 |
step2: 将包含权重的GPT_weights与SoVITS_weights文件放入对应文件夹,slicer_opt目录下短于10s的录音文件和相应的slicer_opt.list文件放入audio文件夹,slicer_opt.list的路径需修改为相对audio目录的路径(只保留wav文件名)
|
18 |
+
|
19 |
step3: git add commit push三步曲
|
20 |
+
|
21 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|