Mahiruoshi commited on
Commit
3da9bc8
1 Parent(s): 45dd9e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -198,6 +198,13 @@ if __name__ == "__main__":
198
  speaker_ids = hps.data.spk2id
199
  speakers = list(speaker_ids.keys())
200
  with gr.Blocks() as app:
 
 
 
 
 
 
 
201
  for band in BandList:
202
  with gr.TabItem(band):
203
  for name in BandList[band]:
 
198
  speaker_ids = hps.data.spk2id
199
  speakers = list(speaker_ids.keys())
200
  with gr.Blocks() as app:
201
+ gr.Markdown(value="""
202
+ 少歌邦邦全员在线语音合成(Bert-Vits2)\n
203
+ 镜像[分流](https://huggingface.co/spaces/Mahiruoshi/MyGO_VIts-bert)\n
204
+ 二创请标注作者:B站@Mahiroshi: https://space.bilibili.com/19874615 ,如果有问题需要反馈可私信联系\n
205
+ 声音归属:BangDream及少歌手游\n
206
+ !!!注意:huggingface容器仅用作展示,建议克隆本项目后本地运行app.py,环境参考requirements.txt\n
207
+ Bert-vits2[项目](https://github.com/Stardust-minus/Bert-VITS2)本身仍然处于开发过程中,因此稳定性存在一定问题""")
208
  for band in BandList:
209
  with gr.TabItem(band):
210
  for name in BandList[band]: