Roi Feng commited on
Commit
2c93547
1 Parent(s): ee573aa

new description

Browse files
Files changed (1) hide show
  1. app.py +9 -2
app.py CHANGED
@@ -173,8 +173,7 @@ if __name__ == "__main__":
173
  🎤声音来源:以里illi https://space.bilibili.com/3035038🎤\n
174
  🔗Bert-VITS2:https://github.com/fishaudio/Bert-VITS2🔗\n
175
  ✅使用本模型请遵守中华人民共和国和美利坚合众国法律✅\n
176
- 🏷️基于本模型的所有生成内容均需标注使用AI Bert-VITS2生成并且标注本项目地址 🏷️\n
177
- 📧如果你是“以里illi”,并且希望对此模型主张权利,请通过上方“作者”部分的联系方式联系,我将积极配合处理。📧 \n
178
  """)
179
  text = gr.TextArea(
180
  label="Text",
@@ -203,6 +202,14 @@ if __name__ == "__main__":
203
  with gr.Column():
204
  text_output = gr.Textbox(label="Message")
205
  audio_output = gr.Audio(label="Output Audio")
 
 
 
 
 
 
 
 
206
 
207
  btn.click(
208
  tts_fn,
 
173
  🎤声音来源:以里illi https://space.bilibili.com/3035038🎤\n
174
  🔗Bert-VITS2:https://github.com/fishaudio/Bert-VITS2🔗\n
175
  ✅使用本模型请遵守中华人民共和国和美利坚合众国法律✅\n
176
+ 🏷️基于本模型的所有生成内容均需标注使用AI Bert-VITS2生成并且标注本项目地址 🏷️\n
 
177
  """)
178
  text = gr.TextArea(
179
  label="Text",
 
202
  with gr.Column():
203
  text_output = gr.Textbox(label="Message")
204
  audio_output = gr.Audio(label="Output Audio")
205
+ gr.Markdown(value="""
206
+ 👏 鸣谢: 👏\n
207
+ 👤 团子是咸鱼 https://space.bilibili.com/10685437 👤\n
208
+ 👤 领航员未鸟 https://space.bilibili.com/2403955 👤\n
209
+ 👤 Xz乔希 https://space.bilibili.com/5859321 👤\n
210
+ 🧠 Google Colab https://colab.research.google.com/ 🧠\n
211
+ 📧 如果你是“以里illi”,并且希望对此模型主张权利,请通过上方“作者”部分的联系方式联系,我将积极配合处理。📧 \n
212
+ """)
213
 
214
  btn.click(
215
  tts_fn,