Chitsanfei
commited on
Commit
·
ecbcf06
1
Parent(s):
3730a45
test(blank): gr.markdown test
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ with app:
|
|
48 |
gr.Markdown(value="""
|
49 |
# sovits-emu-voice-transform | 可以变成凤笑梦的在线变声器
|
50 |
[](https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FMashiroSA%2Fsovits-emu-voice-transform)
|
51 |
-
|
52 |
**说明 / Introduction**
|
53 |
- 基于so-vits-svc 4.0的官方库示例修改而成。
|
54 |
- 所使用的音声训练集基于对话而来,因而转换后的音声在对话表现中会比乐曲中的人声中要好。
|
@@ -61,7 +61,7 @@ with app:
|
|
61 |
The model derivation output is only similar to Otori Emu and there is inevitable loss, which cannot be fully simulated.
|
62 |
If you have any questions, please send an email or forum for inquiry.
|
63 |
```
|
64 |
-
|
65 |
**如何使用**
|
66 |
- 如果用于日常说话时的对话转换,请提前录制一段低于90s的人声干声,上传,勾选下面的自动f0预测,其它的可以不用动,直接转换,过一会儿就能听到转换的声音了。
|
67 |
- 如果是乐曲中的人声,你可以使用自己的清唱,或者使用UVR5软件进行干声提取,上传,不要勾选自动f0预测,按情况进行变调(模型实际测试高于标准音C4的类似度较高,输入的干声是男声请+12,女声可以先不变),然后转换。
|
|
|
48 |
gr.Markdown(value="""
|
49 |
# sovits-emu-voice-transform | 可以变成凤笑梦的在线变声器
|
50 |
[](https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FMashiroSA%2Fsovits-emu-voice-transform)
|
51 |
+
<br/>
|
52 |
**说明 / Introduction**
|
53 |
- 基于so-vits-svc 4.0的官方库示例修改而成。
|
54 |
- 所使用的音声训练集基于对话而来,因而转换后的音声在对话表现中会比乐曲中的人声中要好。
|
|
|
61 |
The model derivation output is only similar to Otori Emu and there is inevitable loss, which cannot be fully simulated.
|
62 |
If you have any questions, please send an email or forum for inquiry.
|
63 |
```
|
64 |
+
<br/>
|
65 |
**如何使用**
|
66 |
- 如果用于日常说话时的对话转换,请提前录制一段低于90s的人声干声,上传,勾选下面的自动f0预测,其它的可以不用动,直接转换,过一会儿就能听到转换的声音了。
|
67 |
- 如果是乐曲中的人声,你可以使用自己的清唱,或者使用UVR5软件进行干声提取,上传,不要勾选自动f0预测,按情况进行变调(模型实际测试高于标准音C4的类似度较高,输入的干声是男声请+12,女声可以先不变),然后转换。
|