Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
•
5346c22
1
Parent(s):
1f20b0e
Update app.py
Browse files
app.py
CHANGED
@@ -293,12 +293,7 @@ with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm")) a
|
|
293 |
"</center>")
|
294 |
gr.Markdown("## <center>💡 - 第二代ChatGLM大语言模型 + FreeVC变声,为您打造独一无二的沉浸式对话体验,支持中英双语</center>")
|
295 |
gr.Markdown("## <center>🌊 - 更多精彩应用,尽在[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>")
|
296 |
-
gr.Markdown("### <center>⭐ - 如果您喜欢这个程序,欢迎给我的[Github项目]点赞支持!</center>")
|
297 |
-
|
298 |
-
gr.HTML(
|
299 |
-
"""<center><a href="https://huggingface.co/spaces/kevinwang676/FreeVC?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>点击此按钮即可复制该程序;切换到GPU环境后,就可以更快运行GLM2</center>"""
|
300 |
-
)
|
301 |
-
|
302 |
|
303 |
with gr.Accordion("📒 相关信息", open=False):
|
304 |
_ = f""" ChatGLM2的可选参数信息:
|
|
|
293 |
"</center>")
|
294 |
gr.Markdown("## <center>💡 - 第二代ChatGLM大语言模型 + FreeVC变声,为您打造独一无二的沉浸式对话体验,支持中英双语</center>")
|
295 |
gr.Markdown("## <center>🌊 - 更多精彩应用,尽在[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>")
|
296 |
+
gr.Markdown("### <center>⭐ - 如果您喜欢这个程序,欢迎给我的[Github项目](https://github.com/KevinWang676/ChatGLM2-Voice-Cloning)点赞支持!</center>")
|
|
|
|
|
|
|
|
|
|
|
297 |
|
298 |
with gr.Accordion("📒 相关信息", open=False):
|
299 |
_ = f""" ChatGLM2的可选参数信息:
|