Commit
·
4dad766
1
Parent(s):
169f426
Update app.py
Browse files
app.py
CHANGED
@@ -266,8 +266,8 @@ if __name__ == '__main__':
|
|
266 |
"# <center>少歌&&虹团vits\n"
|
267 |
"## <center> Please do not generate content that could infringe upon the rights or cause harm to individuals or organizations.\n"
|
268 |
"## <center> 请不要生成会对个人以及企划造成侵害的内容\n"
|
269 |
-
"## <center
|
270 |
-
"## <center>
|
271 |
)
|
272 |
with gr.Tabs():
|
273 |
for i in schools:
|
@@ -294,7 +294,7 @@ if __name__ == '__main__':
|
|
294 |
input4 = gr.Slider(minimum=0, maximum=1.0, label="更改噪声比例(noise scale),以控制情感", value=0.467)
|
295 |
input5 = gr.Slider(minimum=0, maximum=1.0, label="更改噪声偏差(noise scale w),以控制音素长短", value=0.7)
|
296 |
input6 = gr.Slider(minimum=0.1, maximum=10, label="duration", value=1)
|
297 |
-
with gr.Accordion(label="Advanced Setting(GPT3.5
|
298 |
input3 = gr.Checkbox(value=False, label="长句切割(小说合成)")
|
299 |
output2 = gr.outputs.File(label="字幕文件:subtitles.srt")
|
300 |
api_input1 = gr.Checkbox(value=False, label="接入chatgpt")
|
|
|
266 |
"# <center>少歌&&虹团vits\n"
|
267 |
"## <center> Please do not generate content that could infringe upon the rights or cause harm to individuals or organizations.\n"
|
268 |
"## <center> 请不要生成会对个人以及企划造成侵害的内容\n"
|
269 |
+
"## <center> 自带chatgpt支持,长句分割支持,srt字幕生成,可修改音频生成路径至live2d语音路径,建议本机使用。\n"
|
270 |
+
"## <center> 现已结束训练,包含lovelive虹团与少歌四校的部分角色。数据集版权归官方所有,严禁商用及恶意使用"
|
271 |
)
|
272 |
with gr.Tabs():
|
273 |
for i in schools:
|
|
|
294 |
input4 = gr.Slider(minimum=0, maximum=1.0, label="更改噪声比例(noise scale),以控制情感", value=0.467)
|
295 |
input5 = gr.Slider(minimum=0, maximum=1.0, label="更改噪声偏差(noise scale w),以控制音素长短", value=0.7)
|
296 |
input6 = gr.Slider(minimum=0.1, maximum=10, label="duration", value=1)
|
297 |
+
with gr.Accordion(label="Advanced Setting(GPT3.5接口+长句子合成,建议克隆本仓库后运行main.py)", open=False):
|
298 |
input3 = gr.Checkbox(value=False, label="长句切割(小说合成)")
|
299 |
output2 = gr.outputs.File(label="字幕文件:subtitles.srt")
|
300 |
api_input1 = gr.Checkbox(value=False, label="接入chatgpt")
|