Spaces:
Runtime error
Runtime error
Commit
·
7055923
1
Parent(s):
b65856c
Update app.py
Browse files
app.py
CHANGED
@@ -308,8 +308,8 @@ 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("
|
312 |
-
gr.Markdown("
|
313 |
|
314 |
gr.HTML(
|
315 |
"""<center><a href="https://huggingface.co/spaces/kevinwang676/FreeVC?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>点击此按钮即可复制该程序;切换到GPU环境后,就可以更快运行GLM2</center>"""
|
@@ -321,7 +321,8 @@ with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm")) a
|
|
321 |
* Low temperature: responses will be more deterministic and focused; High temperature: responses more creative.
|
322 |
* Suggested temperatures -- translation: up to 0.3; chatting: > 0.4
|
323 |
* Top P controls dynamic vocabulary selection based on context.
|
324 |
-
|
|
|
325 |
"""
|
326 |
gr.Markdown(dedent(_))
|
327 |
chatbot = gr.Chatbot()
|
|
|
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(
|
315 |
"""<center><a href="https://huggingface.co/spaces/kevinwang676/FreeVC?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>点击此按钮即可复制该程序;切换到GPU环境后,就可以更快运行GLM2</center>"""
|
|
|
321 |
* Low temperature: responses will be more deterministic and focused; High temperature: responses more creative.
|
322 |
* Suggested temperatures -- translation: up to 0.3; chatting: > 0.4
|
323 |
* Top P controls dynamic vocabulary selection based on context.
|
324 |
+
如果您想让ChatGLM2进行角色扮演并与之对话,请先输入恰当的提示词,如“请你扮演成动漫角色蜡笔小新并和我进行对话”
|
325 |
+
当您使用声音克隆功能时,请先在此程序的对应位置上传一段您喜欢的音频
|
326 |
"""
|
327 |
gr.Markdown(dedent(_))
|
328 |
chatbot = gr.Chatbot()
|