Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
·
52e7e7d
1
Parent(s):
3e76b5c
Update app.py
Browse files
app.py
CHANGED
@@ -334,7 +334,7 @@ async def text_to_speech_edge(text, language_code):
|
|
334 |
|
335 |
with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm"), analytics_enabled=False) as demo:
|
336 |
gr.HTML("<center>"
|
337 |
-
"<h1>🥳💕🎶 - ChatGLM2
|
338 |
"</center>")
|
339 |
gr.Markdown("## <center>💡 - ChatGLM2+FreeVC+SadTalker,为您打造独一无二的沉浸式对话体验,支持中英双语</center>")
|
340 |
gr.Markdown("## <center>🌊 - 更多精彩应用,尽在[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>")
|
@@ -523,7 +523,7 @@ with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm"), a
|
|
523 |
|
524 |
|
525 |
with gr.Tabs(elem_id="sadtalker_driven_audio"):
|
526 |
-
with gr.TabItem('
|
527 |
|
528 |
with gr.Row():
|
529 |
driven_audio = audio_cloned
|
|
|
334 |
|
335 |
with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm"), analytics_enabled=False) as demo:
|
336 |
gr.HTML("<center>"
|
337 |
+
"<h1>🥳💕🎶 - ChatGLM2+声音克隆+视频对话:和喜欢的角色畅所欲言吧!</h1>"
|
338 |
"</center>")
|
339 |
gr.Markdown("## <center>💡 - ChatGLM2+FreeVC+SadTalker,为您打造独一无二的沉浸式对话体验,支持中英双语</center>")
|
340 |
gr.Markdown("## <center>🌊 - 更多精彩应用,尽在[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>")
|
|
|
523 |
|
524 |
|
525 |
with gr.Tabs(elem_id="sadtalker_driven_audio"):
|
526 |
+
with gr.TabItem('您还可以将视频下载到本地'):
|
527 |
|
528 |
with gr.Row():
|
529 |
driven_audio = audio_cloned
|