kevinwang676 commited on
Commit
d2db83c
1 Parent(s): 661bb76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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, voice cloning 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+Voice Cloning"):
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.