Spaces:
Running
Running
Mahiruoshi
commited on
Commit
•
e752336
1
Parent(s):
671ec44
Update app.py
Browse files
app.py
CHANGED
@@ -354,10 +354,11 @@ if __name__ == "__main__":
|
|
354 |
speakers = list(speaker_ids.keys())
|
355 |
with gr.Blocks() as app:
|
356 |
gr.Markdown(value="""
|
|
|
|
|
|
|
357 |
([Bert-Vits2](https://github.com/Stardust-minus/Bert-VITS2) V2.3)少歌邦邦全员在线语音合成\n
|
358 |
-
镜像 [V2.2](https://huggingface.co/spaces/Mahiruoshi/MyGO_VIts-bert)\n
|
359 |
[好玩的](http://love.soyorin.top/)\n
|
360 |
-
该界面的真实链接(国内可用): https://mahiruoshi-bangdream-bert-vits2.hf.space/\n
|
361 |
API: https://mahiruoshi-bert-vits2-api.hf.space/ \n
|
362 |
调用方式: https://mahiruoshi-bert-vits2-api.hf.space/?text={{speakText}}&speaker=chosen_speaker\n
|
363 |
推荐搭配[Legado开源阅读](https://github.com/gedoor/legado)或[聊天bot](https://github.com/Paraworks/BangDreamAi)使用\n
|
|
|
354 |
speakers = list(speaker_ids.keys())
|
355 |
with gr.Blocks() as app:
|
356 |
gr.Markdown(value="""
|
357 |
+
[日语特化版(推荐)](https://huggingface.co/spaces/Mahiruoshi/BangStarlight),国内可用连接: https://mahiruoshi-BangStarlight.hf.space/\n
|
358 |
+
[假名标注版](https://huggingface.co/spaces/Mahiruoshi/MyGO_VIts-bert),国内可用连接: https://mahiruoshi-MyGO-VIts-bert.hf.space/\n
|
359 |
+
该界面的真实链接(国内可用): https://mahiruoshi-bangdream-bert-vits2.hf.space/\n
|
360 |
([Bert-Vits2](https://github.com/Stardust-minus/Bert-VITS2) V2.3)少歌邦邦全员在线语音合成\n
|
|
|
361 |
[好玩的](http://love.soyorin.top/)\n
|
|
|
362 |
API: https://mahiruoshi-bert-vits2-api.hf.space/ \n
|
363 |
调用方式: https://mahiruoshi-bert-vits2-api.hf.space/?text={{speakText}}&speaker=chosen_speaker\n
|
364 |
推荐搭配[Legado开源阅读](https://github.com/gedoor/legado)或[聊天bot](https://github.com/Paraworks/BangDreamAi)使用\n
|