Spaces:
Runtime error
Runtime error
Commit
·
cc62b3b
1
Parent(s):
7558a81
Update app.py
Browse files
app.py
CHANGED
@@ -308,7 +308,7 @@ with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm")) a
|
|
308 |
gr.HTML("<center>"
|
309 |
"<h1>🥳💕🎶 - ChatGLM2 + 声音克隆:和你喜欢的角色畅所欲言吧!</h1>"
|
310 |
"</center>")
|
311 |
-
gr.Markdown("## <center>💡 - 第二代
|
312 |
gr.Markdown("## <center>🌊 - 更多精彩应用,尽在[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>")
|
313 |
|
314 |
gr.HTML(
|
@@ -364,7 +364,7 @@ with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm")) a
|
|
364 |
with gr.Column():
|
365 |
language = gr.Dropdown(choices=list(language_dict.keys()), value="普通话 (中国大陆)-Xiaoxiao-女", label="请选择文本对应的语言及您喜欢的说话人")
|
366 |
tts_btn = gr.Button("生成对应的音频吧", variant="primary")
|
367 |
-
output_audio = gr.Audio(type="filepath", label="为您生成的音频")
|
368 |
|
369 |
tts_btn.click(text_to_speech_edge, inputs=[test1, language], outputs=[output_audio])
|
370 |
|
@@ -373,7 +373,7 @@ with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm")) a
|
|
373 |
audio1 = output_audio
|
374 |
audio2 = gr.Audio(label="请上传您喜欢的声音进行声音克隆", type='filepath')
|
375 |
clone_btn = gr.Button("开始AI声音克隆吧", variant="primary")
|
376 |
-
audio_cloned = gr.Audio(label="为您生成的专属声音克隆音频", type='filepath'
|
377 |
|
378 |
clone_btn.click(convert, inputs=[model_choice, audio1, audio2], outputs=[audio_cloned])
|
379 |
|
@@ -490,7 +490,7 @@ with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm")) a
|
|
490 |
# """
|
491 |
|
492 |
gr.Markdown("### <center>注意❗:请不要生成会对个人以及组织造成侵害的内容,此程序仅供科研、学习及个人娱乐使用。</center>")
|
493 |
-
gr.Markdown("
|
494 |
gr.HTML('''
|
495 |
<div class="footer">
|
496 |
<p>🌊🏞️🎶 - 江水东流急,滔滔无尽声。 明·顾璘
|
|
|
308 |
gr.HTML("<center>"
|
309 |
"<h1>🥳💕🎶 - ChatGLM2 + 声音克隆:和你喜欢的角色畅所欲言吧!</h1>"
|
310 |
"</center>")
|
311 |
+
gr.Markdown("## <center>💡 - 第二代ChatGLM大语言模型 + FreeVC变声,为您打造独一无二的沉浸式对话体验</center>")
|
312 |
gr.Markdown("## <center>🌊 - 更多精彩应用,尽在[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>")
|
313 |
|
314 |
gr.HTML(
|
|
|
364 |
with gr.Column():
|
365 |
language = gr.Dropdown(choices=list(language_dict.keys()), value="普通话 (中国大陆)-Xiaoxiao-女", label="请选择文本对应的语言及您喜欢的说话人")
|
366 |
tts_btn = gr.Button("生成对应的音频吧", variant="primary")
|
367 |
+
output_audio = gr.Audio(type="filepath", label="为您生成的音频", interactive=False)
|
368 |
|
369 |
tts_btn.click(text_to_speech_edge, inputs=[test1, language], outputs=[output_audio])
|
370 |
|
|
|
373 |
audio1 = output_audio
|
374 |
audio2 = gr.Audio(label="请上传您喜欢的声音进行声音克隆", type='filepath')
|
375 |
clone_btn = gr.Button("开始AI声音克隆吧", variant="primary")
|
376 |
+
audio_cloned = gr.Audio(label="为您生成的专属声音克隆音频", type='filepath')
|
377 |
|
378 |
clone_btn.click(convert, inputs=[model_choice, audio1, audio2], outputs=[audio_cloned])
|
379 |
|
|
|
490 |
# """
|
491 |
|
492 |
gr.Markdown("### <center>注意❗:请不要生成会对个人以及组织造成侵害的内容,此程序仅供科研、学习及个人娱乐使用。</center>")
|
493 |
+
gr.Markdown("<center>💡 - 如何使用此程序:输入您对ChatGLM的提问后,依次点击“开始和GLM2交流吧”、“生成对应的音频吧”、“开始AI声音克隆吧”三个按键即可;使用声音克隆功能时,请先上传一段您喜欢的音频</center>")
|
494 |
gr.HTML('''
|
495 |
<div class="footer">
|
496 |
<p>🌊🏞️🎶 - 江水东流急,滔滔无尽声。 明·顾璘
|