Spaces:
Runtime error
Runtime error
Digital Xingtong
commited on
Commit
•
c656884
1
Parent(s):
1456f27
Update app.py
Browse files
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/
|
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 |
-
|
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/shanbao/shanbao.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 |
+
扇宝 Bert-Vits2在线语音生成\n
|
132 |
1、模型作者:数字星瞳企划 https://t.me/xingtong25680 \n
|
133 |
\n
|
134 |
2、原项目地址:https://github.com/Stardust-minus/Bert-VITS2\n
|