Spaces:
Runtime error
Runtime error
Digital Xingtong
commited on
Commit
•
0b7f713
1
Parent(s):
f59b38e
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 |
2、原项目地址:https://github.com/Stardust-minus/Bert-VITS2\n
|
134 |
3、使用此模型进行二创请注明AI生成,以及原项目地址\n
|
@@ -149,6 +149,9 @@ if __name__ == "__main__":
|
|
149 |
gr.Markdown(value="""
|
150 |
模型汇总:\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
|
|
|
88 |
|
89 |
if __name__ == "__main__":
|
90 |
parser = argparse.ArgumentParser()
|
91 |
+
parser.add_argument("--model_dir", default="./logs/bfy/bfy_a.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.a Bert-Vits2在线语音生成\n
|
132 |
1、模型作者:数字星瞳企划 https://t.me/xingtong25680 \n
|
133 |
2、原项目地址:https://github.com/Stardust-minus/Bert-VITS2\n
|
134 |
3、使用此模型进行二创请注明AI生成,以及原项目地址\n
|
|
|
149 |
gr.Markdown(value="""
|
150 |
模型汇总:\n
|
151 |
星瞳整合 https://huggingface.co/spaces/digitalxingtong/Xingtong-All-in-One\n
|
152 |
+
步非烟 Ver.a https://huggingface.co/spaces/digitalxingtong/Bufeiyan-a-Bert-VITS2
|
153 |
+
步非烟 Ver.b https://huggingface.co/spaces/digitalxingtong/Bufeiyan-b-Bert-VITS2
|
154 |
+
步非烟 Ver.c https://huggingface.co/spaces/digitalxingtong/Bufeiyan-c-Bert-VITS2
|
155 |
男声朗读 https://huggingface.co/spaces/digitalxingtong/Kanghui-Read-Bert-VITS2 \n
|
156 |
男声朗读(长文本) https://huggingface.co/spaces/digitalxingtong/Kanghui-Longread-Bert-VITS2\n
|
157 |
IGN 中国 https://huggingface.co/spaces/digitalxingtong/Ign-Read-Bert-VITS2 \n
|