FrankZxShen
commited on
Commit
•
32f6964
1
Parent(s):
0952db0
Update app.py
Browse files
app.py
CHANGED
@@ -98,10 +98,8 @@ models_info = [
|
|
98 |
{
|
99 |
"languages": ['日本語', '简体中文', 'English', 'Mix'],
|
100 |
"description": """
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
""",
|
106 |
"model_path": "./models/G_9700.pth",
|
107 |
"config_path": "./configs/modified_finetune_speaker.json",
|
|
|
98 |
{
|
99 |
"languages": ['日本語', '简体中文', 'English', 'Mix'],
|
100 |
"description": """
|
101 |
+
这个模型包含公主连结Re:Dive的161名角色,能合成中日英三语。\n\n
|
102 |
+
若需要在同一个句子中混合多种语言,使用相应的语言标记包裹句子。 (日语用[JA], 中文用[ZH], 英文用[EN]),参考Examples中的示例。
|
|
|
|
|
103 |
""",
|
104 |
"model_path": "./models/G_9700.pth",
|
105 |
"config_path": "./configs/modified_finetune_speaker.json",
|