RUSH-miaomi commited on
Commit
0e7e532
1 Parent(s): 6e5173a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -150,7 +150,7 @@ def tts_fn(text: str, speaker, sdp_ratio, noise_scale, noise_scale_w, length_sca
150
  if __name__ == "__main__":
151
  parser = argparse.ArgumentParser()
152
  parser.add_argument(
153
- "-m", "--model", default="./logs/as/G_8000.pth", help="path of your model"
154
  )
155
  parser.add_argument(
156
  "-c",
@@ -200,6 +200,7 @@ if __name__ == "__main__":
200
  gr.Markdown(value="""
201
  bert-vits-v1.1.1整合包作者:@spicysama\n
202
  整合包b站链接:https://www.bilibili.com/video/BV1hu4y1W7dW\n
 
203
  声音归属:@猫雷NyaRu_Official\n
204
  Bert-VITS2项目:https://github.com/Stardust-minus/Bert-VITS2\n
205
  猫雷的B站账号:https://space.bilibili.com/697091119
 
150
  if __name__ == "__main__":
151
  parser = argparse.ArgumentParser()
152
  parser.add_argument(
153
+ "-m", "--model", default="./logs/maolei/G_4800.pth", help="path of your model"
154
  )
155
  parser.add_argument(
156
  "-c",
 
200
  gr.Markdown(value="""
201
  bert-vits-v1.1.1整合包作者:@spicysama\n
202
  整合包b站链接:https://www.bilibili.com/video/BV1hu4y1W7dW\n
203
+ 模型作者:RUSHB-喵咪\n
204
  声音归属:@猫雷NyaRu_Official\n
205
  Bert-VITS2项目:https://github.com/Stardust-minus/Bert-VITS2\n
206
  猫雷的B站账号:https://space.bilibili.com/697091119