Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -117,13 +117,12 @@ if __name__ == "__main__":
|
|
117 |
作者:Xz乔希 https://space.bilibili.com/5859321\n
|
118 |
声音归属:明前奶绿 https://space.bilibili.com/2132180406\n
|
119 |
Bert-VITS2项目:https://github.com/Stardust-minus/Bert-VITS2\n
|
120 |
-
【AI
|
121 |
-
【AI东雪莲】https://huggingface.co/spaces/XzJosh/Azuma-Bert-VITS2\n
|
122 |
使用本模型请严格遵守法律法规!\n
|
123 |
发布二创作品请标注本项目作者及链接、作品使用Bert-VITS2 AI生成!\n
|
124 |
""")
|
125 |
text = gr.TextArea(label="Text", placeholder="Input Text Here",
|
126 |
-
value="
|
127 |
speaker = gr.Dropdown(choices=speakers, value=speakers[0], label='Speaker')
|
128 |
sdp_ratio = gr.Slider(minimum=0.1, maximum=1, value=0.2, step=0.1, label='SDP/DP混合比')
|
129 |
noise_scale = gr.Slider(minimum=0.1, maximum=1, value=0.5, step=0.1, label='感情调节')
|
|
|
117 |
作者:Xz乔希 https://space.bilibili.com/5859321\n
|
118 |
声音归属:明前奶绿 https://space.bilibili.com/2132180406\n
|
119 |
Bert-VITS2项目:https://github.com/Stardust-minus/Bert-VITS2\n
|
120 |
+
【AI奶绿2.0】https://huggingface.co/spaces/XzJosh/LAPLACE-Bert-VITS2-2.3\n
|
|
|
121 |
使用本模型请严格遵守法律法规!\n
|
122 |
发布二创作品请标注本项目作者及链接、作品使用Bert-VITS2 AI生成!\n
|
123 |
""")
|
124 |
text = gr.TextArea(label="Text", placeholder="Input Text Here",
|
125 |
+
value="推荐使用2.0版本")
|
126 |
speaker = gr.Dropdown(choices=speakers, value=speakers[0], label='Speaker')
|
127 |
sdp_ratio = gr.Slider(minimum=0.1, maximum=1, value=0.2, step=0.1, label='SDP/DP混合比')
|
128 |
noise_scale = gr.Slider(minimum=0.1, maximum=1, value=0.5, step=0.1, label='感情调节')
|