kevinwang676 commited on
Commit
5927a40
1 Parent(s): e64d6ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -10
app.py CHANGED
@@ -338,11 +338,10 @@ async def text_to_speech_edge(text, voice):
338
 
339
  with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm"), analytics_enabled=False) as demo:
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>🌊 - Powered by [TalktalkAI](http://www.talktalkai.com)</center>")
345
- gr.Markdown("## <center>⭐ - If you like the this app, please star my [Github repo](https://github.com/KevinWang676/ChatGLM2-Voice-Cloning)</center>")
346
 
347
  with gr.Tab("🍻 - ChatGLM2+Voice Cloning"):
348
  with gr.Accordion("📒 Info", open=False):
@@ -600,11 +599,5 @@ with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm"), a
600
  )
601
  gr.Markdown("### <center>❗ Please do not generate content that could infringe upon the rights or cause harm to individuals or organizations.</center>")
602
  gr.Markdown("<center>💡 - How to use this app:After sending your questions to ChatGLM2, click “Chat now”, “Generate using Edge-TTS”, “Generate using FreeVC” and “Start video chat now” in turn.</center>")
603
- gr.HTML('''
604
- <div class="footer">
605
- <p>🌊🏞️🎶 - Powered by talktalkai
606
- </p>
607
- </div>
608
- ''')
609
 
610
  demo.queue().launch(show_error=True, debug=True)
 
338
 
339
  with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm"), analytics_enabled=False) as demo:
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):
 
599
  )
600
  gr.Markdown("### <center>❗ Please do not generate content that could infringe upon the rights or cause harm to individuals or organizations.</center>")
601
  gr.Markdown("<center>💡 - How to use this app:After sending your questions to ChatGLM2, click “Chat now”, “Generate using Edge-TTS”, “Generate using FreeVC” and “Start video chat now” in turn.</center>")
 
 
 
 
 
 
602
 
603
  demo.queue().launch(show_error=True, debug=True)