digitalxingtong commited on
Commit
f0b77c6
1 Parent(s): 3afd996

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -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/1da/1da.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
- 星瞳 电台版 ver a Bert-Vits2在线语音生成\n
132
  1、模型作者:数字星瞳企划 https://t.me/xingtong25680 \n
133
  \n
134
  2、原项目地址:https://github.com/Stardust-minus/Bert-VITS2\n
 
88
 
89
  if __name__ == "__main__":
90
  parser = argparse.ArgumentParser()
91
+ parser.add_argument("--model_dir", default="./logs/3da/3da.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
+ 星瞳 常规直播 ver e Bert-Vits2在线语音生成\n
132
  1、模型作者:数字星瞳企划 https://t.me/xingtong25680 \n
133
  \n
134
  2、原项目地址:https://github.com/Stardust-minus/Bert-VITS2\n