kevinwang676 commited on
Commit
8ee436f
1 Parent(s): 5929067

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -20
app.py CHANGED
@@ -725,26 +725,10 @@ for model_name, model_info in models.items():
725
  ##########GRADIO###########
726
 
727
  with gr.Blocks(theme='Kasien/ali_theme_custom') as app:
728
- gr.HTML('''
729
- <h1 style="font-size: 25px;">A TTS GENERATOR</h1>
730
- <p style="margin-bottom: 10px; font-size: 100%">
731
- If you like this space, please click the ❤️ at the top of the page..如喜欢,请点一下页面顶部的❤️<br>
732
- </p>''')
733
-
734
- gr.Markdown("""* This space is based on the text-to-speech generation solution GPT-SoVITS .
735
- You can visit the repo's github homepage to learn training and inference.<br>
736
- 本空间基于文字转语音生成方案 GPT-SoVITS . 你可以前往项目的github主页学习如何推理和训练。
737
- * ⚠️Generating voice is very slow due to using HuggingFace's free CPU in this space.
738
- For faster generation, click the Colab icon below to use this space in Colab,
739
- which will significantly improve the speed.<br>
740
- 由于本空间使用huggingface的免费CPU进行推理,因此速度很慢,如想快速生成,请点击下方的Colab图标,
741
- 前往Colab使用已获得更快的生成速度。
742
- <br>Colabの使用を強くお勧めします。より速い生成速度が得られます。
743
- * The model's corresponding language is its native language, but in fact,
744
- each model can speak three languages.<br>模型对应的语言是其母语,但实际上,
745
- 每个模型都能说三种语言<br>モデルに対応する言語はその母国語ですが、実際には、各モデルは3つの言語を話すことができます。""")
746
- gr.HTML('''<a href="https://colab.research.google.com/drive/1fTuPZ4tZsAjS-TrhQWMCb7KRdnU8aF6j" target="_blank"><img src="https://camo.githubusercontent.com/dd83d4a334eab7ada034c13747d9e2237182826d32e3fda6629740b6e02f18d8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f6c61622d4639414230303f7374796c653d666f722d7468652d6261646765266c6f676f3d676f6f676c65636f6c616226636f6c6f723d353235323532" alt="colab"></a>
747
- ''')
748
 
749
  default_voice_wav, default_voice_wav_words, default_language, _, default_model_name, _, default_tone_sample_path = update_model("Trump")
750
  english_models = [name for name, _ in models_by_language["English"]]
 
725
  ##########GRADIO###########
726
 
727
  with gr.Blocks(theme='Kasien/ali_theme_custom') as app:
728
+ gr.Markdown("# <center>🥳💕🎶 GPT-SoVITS 1分钟完美声音克隆,再次升级!</center>")
729
+ gr.Markdown("## <center>🌟 支持中日英三语自动标注及训练 + 中文方言训练!Powered by [GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS)</center>")
730
+ gr.Markdown("### <center>🌊 更多精彩应用,尽在[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>")
731
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
732
 
733
  default_voice_wav, default_voice_wav_words, default_language, _, default_model_name, _, default_tone_sample_path = update_model("Trump")
734
  english_models = [name for name, _ in models_by_language["English"]]