Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,6 @@ import models
|
|
20 |
from text import text_to_sequence, _clean_text
|
21 |
from text.symbols import symbols
|
22 |
from mel_processing import spectrogram_torch
|
23 |
-
from datetime import datetime
|
24 |
|
25 |
language_marks = {
|
26 |
"Japanese": "",
|
@@ -136,8 +135,8 @@ models_info = [
|
|
136 |
"title": "Japanese",
|
137 |
"languages": ["Japanese"],
|
138 |
"description": """
|
139 |
-
This model contains 87 characters from Umamusume: Pretty Derby, Japanese only.\n\n
|
140 |
-
这个模型包含赛马娘的所有87
|
141 |
""",
|
142 |
"model_path": "./pretrained_models/G_1153000.pth",
|
143 |
"config_path": "./configs/uma87.json",
|
|
|
20 |
from text import text_to_sequence, _clean_text
|
21 |
from text.symbols import symbols
|
22 |
from mel_processing import spectrogram_torch
|
|
|
23 |
|
24 |
language_marks = {
|
25 |
"Japanese": "",
|
|
|
135 |
"title": "Japanese",
|
136 |
"languages": ["Japanese"],
|
137 |
"description": """
|
138 |
+
This model contains 87 characters from Umamusume: Pretty Derby, Japanese only but with higher quality.\n\n
|
139 |
+
这个模型包含赛马娘的所有87名角色,只能合成日语,但效果比混合语言模型更好。
|
140 |
""",
|
141 |
"model_path": "./pretrained_models/G_1153000.pth",
|
142 |
"config_path": "./configs/uma87.json",
|