XzJosh commited on
Commit
4389786
1 Parent(s): 8744865

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -75,7 +75,7 @@ def tts_fn(text, speaker, sdp_ratio, noise_scale, noise_scale_w, length_scale):
75
 
76
  if __name__ == "__main__":
77
  parser = argparse.ArgumentParser()
78
- parser.add_argument("--model_dir", default="./logs/XingTong/G_15500.pth", help="path of your model")
79
  parser.add_argument("--config_dir", default="./configs/config.json", help="path of your config file")
80
  parser.add_argument("--share", default=False, help="make link public")
81
  parser.add_argument("-d", "--debug", action="store_true", help="enable DEBUG-LEVEL log")
@@ -113,9 +113,9 @@ if __name__ == "__main__":
113
  with gr.Row():
114
  with gr.Column():
115
  gr.Markdown(value="""
116
- 【AI星瞳】在线语音合成(Bert-Vits2)\n
117
  作者:Xz乔希 https://space.bilibili.com/5859321\n
118
- 声音归属:星瞳_Official https://space.bilibili.com/401315430\n
119
  Bert-VITS2项目:https://github.com/Stardust-minus/Bert-VITS2\n
120
  使用本模型请严格遵守法律法规!\n
121
  发布二创作品请标注本项目作者及链接、作品使用Bert-VITS2 AI生成!\n
@@ -140,6 +140,7 @@ if __name__ == "__main__":
140
  【AI电棍】https://huggingface.co/spaces/XzJosh/otto-Bert-VITS2\n
141
  【AI七海】https://huggingface.co/spaces/XzJosh/Nana7mi-Bert-VITS2\n
142
  【AI阿梓】https://huggingface.co/spaces/XzJosh/Azusa-Bert-VITS2\n
 
143
  """)
144
  btn.click(tts_fn,
145
  inputs=[text, speaker, sdp_ratio, noise_scale, noise_scale_w, length_scale],
 
75
 
76
  if __name__ == "__main__":
77
  parser = argparse.ArgumentParser()
78
+ parser.add_argument("--model_dir", default="./logs/Ava/G_14300.pth", help="path of your model")
79
  parser.add_argument("--config_dir", default="./configs/config.json", help="path of your config file")
80
  parser.add_argument("--share", default=False, help="make link public")
81
  parser.add_argument("-d", "--debug", action="store_true", help="enable DEBUG-LEVEL log")
 
113
  with gr.Row():
114
  with gr.Column():
115
  gr.Markdown(value="""
116
+ 【AI向晚】在线语音合成(Bert-Vits2)\n
117
  作者:Xz乔希 https://space.bilibili.com/5859321\n
118
+ 声音归属:向晚大魔王 https://space.bilibili.com/672346917\n
119
  Bert-VITS2项目:https://github.com/Stardust-minus/Bert-VITS2\n
120
  使用本模型请严格遵守法律法规!\n
121
  发布二创作品请标注本项目作者及链接、作品使用Bert-VITS2 AI生成!\n
 
140
  【AI电棍】https://huggingface.co/spaces/XzJosh/otto-Bert-VITS2\n
141
  【AI七海】https://huggingface.co/spaces/XzJosh/Nana7mi-Bert-VITS2\n
142
  【AI阿梓】https://huggingface.co/spaces/XzJosh/Azusa-Bert-VITS2\n
143
+ 【AI星瞳】https://huggingface.co/spaces/XzJosh/XingTong-Bert-VITS2\n
144
  """)
145
  btn.click(tts_fn,
146
  inputs=[text, speaker, sdp_ratio, noise_scale, noise_scale_w, length_scale],