digitalxingtong commited on
Commit
f59b38e
1 Parent(s): 17e8ea8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -88,7 +88,7 @@ def tts_fn(text, speaker, sdp_ratio, noise_scale, noise_scale_w, length_scale):
88
 
89
  if __name__ == "__main__":
90
  parser = argparse.ArgumentParser()
91
- parser.add_argument("--model_dir", default="./logs/kh/kh.pth", help="path of your model")
92
  parser.add_argument("--config_dir", default="./configs/config.json", help="path of your config file")
93
  parser.add_argument("--share", default=False, help="make link public")
94
  parser.add_argument("-d", "--debug", action="store_true", help="enable DEBUG-LEVEL log")
@@ -128,7 +128,7 @@ if __name__ == "__main__":
128
 
129
 
130
  gr.Markdown(value="""
131
- 男声朗读 Bert-Vits2在线语音生成\n
132
  1、模型作者:数字星瞳企划 https://t.me/xingtong25680 \n
133
  2、原项目地址:https://github.com/Stardust-minus/Bert-VITS2\n
134
  3、使用此模型进行二创请注明AI生成,以及原项目地址\n
@@ -151,6 +151,8 @@ if __name__ == "__main__":
151
  星瞳整合 https://huggingface.co/spaces/digitalxingtong/Xingtong-All-in-One\n
152
  男声朗读 https://huggingface.co/spaces/digitalxingtong/Kanghui-Read-Bert-VITS2 \n
153
  男声朗读(长文本) https://huggingface.co/spaces/digitalxingtong/Kanghui-Longread-Bert-VITS2\n
 
 
154
  """)
155
  btn.click(tts_fn,
156
  inputs=[text, speaker, sdp_ratio, noise_scale, noise_scale_w, length_scale],
 
88
 
89
  if __name__ == "__main__":
90
  parser = argparse.ArgumentParser()
91
+ parser.add_argument("--model_dir", default="./logs/ign/ign.pth", help="path of your model")
92
  parser.add_argument("--config_dir", default="./configs/config.json", help="path of your config file")
93
  parser.add_argument("--share", default=False, help="make link public")
94
  parser.add_argument("-d", "--debug", action="store_true", help="enable DEBUG-LEVEL log")
 
128
 
129
 
130
  gr.Markdown(value="""
131
+ IGN 中国 Bert-Vits2在线语音生成\n
132
  1、模型作者:数字星瞳企划 https://t.me/xingtong25680 \n
133
  2、原项目地址:https://github.com/Stardust-minus/Bert-VITS2\n
134
  3、使用此模型进行二创请注明AI生成,以及原项目地址\n
 
151
  星瞳整合 https://huggingface.co/spaces/digitalxingtong/Xingtong-All-in-One\n
152
  男声朗读 https://huggingface.co/spaces/digitalxingtong/Kanghui-Read-Bert-VITS2 \n
153
  男声朗读(长文本) https://huggingface.co/spaces/digitalxingtong/Kanghui-Longread-Bert-VITS2\n
154
+ IGN 中国 https://huggingface.co/spaces/digitalxingtong/Ign-Read-Bert-VITS2 \n
155
+ IGN 中国(长文本)https://huggingface.co/spaces/digitalxingtong/Ign-Longread-Bert-VITS2 \n
156
  """)
157
  btn.click(tts_fn,
158
  inputs=[text, speaker, sdp_ratio, noise_scale, noise_scale_w, length_scale],