Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -12,37 +12,9 @@ pretty_name: genshin_voice_sovits
|
|
12 |
---
|
13 |
# 预览
|
14 |
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
color: blue;
|
19 |
-
}
|
20 |
-
</style>
|
21 |
-
|
22 |
-
<script>
|
23 |
-
function highlightAndDisable(linkID) {
|
24 |
-
document.getElementById(linkID).removeAttribute("href");
|
25 |
-
document.getElementById(linkID).classList.add("highlight");
|
26 |
-
}
|
27 |
-
|
28 |
-
function checkLanguage() {
|
29 |
-
let pathname = window.location.pathname;
|
30 |
-
if (pathname.includes("sovits_audio_preview") && !pathname.includes("README_")) {
|
31 |
-
highlightAndDisable("chinese");
|
32 |
-
} else if (pathname.includes("README_EN.md")) {
|
33 |
-
highlightAndDisable("english");
|
34 |
-
} else if (pathname.includes("README_JP.md")) {
|
35 |
-
highlightAndDisable("japanese");
|
36 |
-
}
|
37 |
-
}
|
38 |
-
|
39 |
-
// 使用window.onload事件在页面加载完成后调用checkLanguage()函数
|
40 |
-
window.onload = checkLanguage;
|
41 |
-
</script>
|
42 |
-
|
43 |
-
<a id="chinese" href="https://huggingface.co/datasets/jiaheillu/sovits_audio_preview">简体中文</a>|
|
44 |
-
<a id="english" href="https://huggingface.co/datasets/jiaheillu/sovits_audio_preview/blob/main/README_EN.md">English</a>|
|
45 |
-
<a id="japanese" href="https://huggingface.co/datasets/jiaheillu/sovits_audio_preview/blob/main/README_JP.md">日本語</a>
|
46 |
|
47 |
|
48 |
本仓库用于预览so-vits-svc-4.0训练出的各种语音模型的效果,**点击角色名**自动跳转对应训练参数。</br>
|
|
|
12 |
---
|
13 |
# 预览
|
14 |
|
15 |
+
**简体中文**|
|
16 |
+
[English](https://huggingface.co/datasets/jiaheillu/sovits_audio_preview/blob/main/README_EN.md)|
|
17 |
+
[日本語](https://huggingface.co/datasets/jiaheillu/sovits_audio_preview/blob/main/README_JP.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
|
20 |
本仓库用于预览so-vits-svc-4.0训练出的各种语音模型的效果,**点击角色名**自动跳转对应训练参数。</br>
|