kevinwang676
commited on
Commit
β’
d2db83c
1
Parent(s):
661bb76
Update app.py
Browse files
app.py
CHANGED
@@ -340,10 +340,10 @@ with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm"), a
|
|
340 |
gr.HTML("<center>"
|
341 |
"<h1>πΊππΆ - ChatGLM2 + Voice Cloning + SadTalker</h1>"
|
342 |
"</center>")
|
343 |
-
gr.Markdown("## <center>π₯³ - Chat with any character you like through ChatGLM2-6B,
|
344 |
gr.Markdown("## <center>β - If you like the this app, please star my [GitHub repo](https://github.com/KevinWang676/ChatGLM2-Voice-Cloning)</center>")
|
345 |
|
346 |
-
with gr.Tab("π» - ChatGLM2+
|
347 |
with gr.Accordion("π Info", open=False):
|
348 |
_ = f""" Some parameters of ChatGLM2:
|
349 |
* Low temperature: responses will be more deterministic and focused; High temperature: responses more creative.
|
|
|
340 |
gr.HTML("<center>"
|
341 |
"<h1>πΊππΆ - ChatGLM2 + Voice Cloning + SadTalker</h1>"
|
342 |
"</center>")
|
343 |
+
gr.Markdown("## <center>π₯³ - Chat with any character you like through ChatGLM2-6B, FreeVC and SadTalker in real time</center>")
|
344 |
gr.Markdown("## <center>β - If you like the this app, please star my [GitHub repo](https://github.com/KevinWang676/ChatGLM2-Voice-Cloning)</center>")
|
345 |
|
346 |
+
with gr.Tab("π» - ChatGLM2+VC"):
|
347 |
with gr.Accordion("π Info", open=False):
|
348 |
_ = f""" Some parameters of ChatGLM2:
|
349 |
* Low temperature: responses will be more deterministic and focused; High temperature: responses more creative.
|