Spaces:
Running
Running
TAKESHI0\ogawa
commited on
Commit
·
85a3665
1
Parent(s):
43d3d8d
up
Browse files
app.py
CHANGED
@@ -1,7 +1,475 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
5 |
|
6 |
-
|
7 |
-
|
|
|
|
1 |
+
import argparse
|
2 |
+
import datetime
|
3 |
+
import json
|
4 |
+
import os
|
5 |
+
import sys
|
6 |
+
from typing import Optional
|
7 |
+
|
8 |
import gradio as gr
|
9 |
+
import torch
|
10 |
+
import yaml
|
11 |
+
|
12 |
+
from common.constants import (
|
13 |
+
DEFAULT_ASSIST_TEXT_WEIGHT,
|
14 |
+
DEFAULT_LENGTH,
|
15 |
+
DEFAULT_LINE_SPLIT,
|
16 |
+
DEFAULT_NOISE,
|
17 |
+
DEFAULT_NOISEW,
|
18 |
+
DEFAULT_SDP_RATIO,
|
19 |
+
DEFAULT_SPLIT_INTERVAL,
|
20 |
+
DEFAULT_STYLE,
|
21 |
+
DEFAULT_STYLE_WEIGHT,
|
22 |
+
GRADIO_THEME,
|
23 |
+
LATEST_VERSION,
|
24 |
+
Languages,
|
25 |
+
)
|
26 |
+
from common.log import logger
|
27 |
+
from common.tts_model import ModelHolder
|
28 |
+
from infer import InvalidToneError
|
29 |
+
from text.japanese import g2kata_tone, kata_tone2phone_tone, text_normalize
|
30 |
+
|
31 |
+
# Get path settings
|
32 |
+
with open(os.path.join("configs", "paths.yml"), "r", encoding="utf-8") as f:
|
33 |
+
path_config: dict[str, str] = yaml.safe_load(f.read())
|
34 |
+
# dataset_root = path_config["dataset_root"]
|
35 |
+
assets_root = path_config["assets_root"]
|
36 |
+
|
37 |
+
languages = [l.value for l in Languages]
|
38 |
+
|
39 |
+
|
40 |
+
def tts_fn(
|
41 |
+
model_name,
|
42 |
+
model_path,
|
43 |
+
text,
|
44 |
+
language,
|
45 |
+
reference_audio_path,
|
46 |
+
sdp_ratio,
|
47 |
+
noise_scale,
|
48 |
+
noise_scale_w,
|
49 |
+
length_scale,
|
50 |
+
line_split,
|
51 |
+
split_interval,
|
52 |
+
assist_text,
|
53 |
+
assist_text_weight,
|
54 |
+
use_assist_text,
|
55 |
+
style,
|
56 |
+
style_weight,
|
57 |
+
kata_tone_json_str,
|
58 |
+
use_tone,
|
59 |
+
speaker,
|
60 |
+
):
|
61 |
+
model_holder.load_model_gr(model_name, model_path)
|
62 |
+
|
63 |
+
wrong_tone_message = ""
|
64 |
+
kata_tone: Optional[list[tuple[str, int]]] = None
|
65 |
+
if use_tone and kata_tone_json_str != "":
|
66 |
+
if language != "JP":
|
67 |
+
logger.warning("Only Japanese is supported for tone generation.")
|
68 |
+
wrong_tone_message = "アクセント指定は現在日本語のみ対応しています。"
|
69 |
+
if line_split:
|
70 |
+
logger.warning("Tone generation is not supported for line split.")
|
71 |
+
wrong_tone_message = (
|
72 |
+
"アクセント指定は改行で分けて生成を使わない場合のみ対応しています。"
|
73 |
+
)
|
74 |
+
try:
|
75 |
+
kata_tone = []
|
76 |
+
json_data = json.loads(kata_tone_json_str)
|
77 |
+
# tupleを使うように変換
|
78 |
+
for kana, tone in json_data:
|
79 |
+
assert isinstance(kana, str) and tone in (0, 1), f"{kana}, {tone}"
|
80 |
+
kata_tone.append((kana, tone))
|
81 |
+
except Exception as e:
|
82 |
+
logger.warning(f"Error occurred when parsing kana_tone_json: {e}")
|
83 |
+
wrong_tone_message = f"アクセント指定が不正です: {e}"
|
84 |
+
kata_tone = None
|
85 |
+
|
86 |
+
# toneは実際に音声合成に代入される際のみnot Noneになる
|
87 |
+
tone: Optional[list[int]] = None
|
88 |
+
if kata_tone is not None:
|
89 |
+
phone_tone = kata_tone2phone_tone(kata_tone)
|
90 |
+
tone = [t for _, t in phone_tone]
|
91 |
+
|
92 |
+
speaker_id = model_holder.current_model.spk2id[speaker]
|
93 |
+
|
94 |
+
start_time = datetime.datetime.now()
|
95 |
+
|
96 |
+
try:
|
97 |
+
sr, audio = model_holder.current_model.infer(
|
98 |
+
text=text,
|
99 |
+
language=language,
|
100 |
+
reference_audio_path=reference_audio_path,
|
101 |
+
sdp_ratio=sdp_ratio,
|
102 |
+
noise=noise_scale,
|
103 |
+
noisew=noise_scale_w,
|
104 |
+
length=length_scale,
|
105 |
+
line_split=line_split,
|
106 |
+
split_interval=split_interval,
|
107 |
+
assist_text=assist_text,
|
108 |
+
assist_text_weight=assist_text_weight,
|
109 |
+
use_assist_text=use_assist_text,
|
110 |
+
style=style,
|
111 |
+
style_weight=style_weight,
|
112 |
+
given_tone=tone,
|
113 |
+
sid=speaker_id,
|
114 |
+
)
|
115 |
+
except InvalidToneError as e:
|
116 |
+
logger.error(f"Tone error: {e}")
|
117 |
+
return f"Error: アクセント指定が不正です:\n{e}", None, kata_tone_json_str
|
118 |
+
except ValueError as e:
|
119 |
+
logger.error(f"Value error: {e}")
|
120 |
+
return f"Error: {e}", None, kata_tone_json_str
|
121 |
+
|
122 |
+
end_time = datetime.datetime.now()
|
123 |
+
duration = (end_time - start_time).total_seconds()
|
124 |
+
|
125 |
+
if tone is None and language == "JP":
|
126 |
+
# アクセント指定に使えるようにアクセント情報を返す
|
127 |
+
norm_text = text_normalize(text)
|
128 |
+
kata_tone = g2kata_tone(norm_text)
|
129 |
+
kata_tone_json_str = json.dumps(kata_tone, ensure_ascii=False)
|
130 |
+
elif tone is None:
|
131 |
+
kata_tone_json_str = ""
|
132 |
+
message = f"Success, time: {duration} seconds."
|
133 |
+
if wrong_tone_message != "":
|
134 |
+
message = wrong_tone_message + "\n" + message
|
135 |
+
return message, (sr, audio), kata_tone_json_str
|
136 |
+
|
137 |
+
|
138 |
+
initial_text = "こんにちは、初めまして。あなたの名前はなんていうの?"
|
139 |
+
|
140 |
+
examples = [
|
141 |
+
[initial_text, "JP"],
|
142 |
+
[
|
143 |
+
"""あなたがそんなこと言うなんて、私はとっても嬉しい。
|
144 |
+
あなたがそんなこと言うなんて、私はとっても怒ってる。
|
145 |
+
あなたがそんなこと言うなんて、私はとっても驚いてる。
|
146 |
+
あなたがそんなこと言うなんて、私はとっても辛い。""",
|
147 |
+
"JP",
|
148 |
+
],
|
149 |
+
[ # ChatGPTに考えてもらった告白セリフ
|
150 |
+
"""私、ずっと前からあなたのこ��を見てきました。あなたの笑顔、優しさ、強さに、心惹かれていたんです。
|
151 |
+
友達として過ごす中で、あなたのことがだんだんと特別な存在になっていくのがわかりました。
|
152 |
+
えっと、私、あなたのことが好きです!もしよければ、私と付き合ってくれませんか?""",
|
153 |
+
"JP",
|
154 |
+
],
|
155 |
+
[ # 夏目漱石『吾輩は猫である』
|
156 |
+
"""吾輩は猫である。名前はまだ無い。
|
157 |
+
どこで生れたかとんと見当がつかぬ。なんでも薄暗いじめじめした所でニャーニャー泣いていた事だけは記憶している。
|
158 |
+
吾輩はここで初めて人間というものを見た。しかもあとで聞くと、それは書生という、人間中で一番獰悪な種族であったそうだ。
|
159 |
+
この書生というのは時々我々を捕まえて煮て食うという話である。""",
|
160 |
+
"JP",
|
161 |
+
],
|
162 |
+
[ # 梶井基次郎『桜の樹の下には』
|
163 |
+
"""桜の樹の下には屍体が埋まっている!これは信じていいことなんだよ。
|
164 |
+
何故って、桜の花があんなにも見事に咲くなんて信じられないことじゃないか。俺はあの美しさが信じられないので、このにさんにち不安だった。
|
165 |
+
しかしいま、やっとわかるときが来た。桜の樹の下には屍体が埋まっている。これは信じていいことだ。""",
|
166 |
+
"JP",
|
167 |
+
],
|
168 |
+
[ # ChatGPTと考えた、感情を表すセリフ
|
169 |
+
"""やったー!テストで満点取れた!私とっても嬉しいな!
|
170 |
+
どうして私の意見を無視するの?許せない!ムカつく!あんたなんか死ねばいいのに。
|
171 |
+
あはははっ!この漫画めっちゃ笑える、見てよこれ、ふふふ、あはは。
|
172 |
+
あなたがいなくなって、私は一人になっちゃって、泣いちゃいそうなほど悲しい。""",
|
173 |
+
"JP",
|
174 |
+
],
|
175 |
+
[ # 上の丁寧語バージョン
|
176 |
+
"""やりました!テストで満点取れましたよ!私とっても嬉しいです!
|
177 |
+
どうして私の意見を無視するんですか?許せません!ムカつきます!あんたなんか死んでください。
|
178 |
+
あはははっ!この漫画めっちゃ笑えます、見てくださいこれ、ふふふ、あはは。
|
179 |
+
あなたがいなくなって、私は一人になっちゃって、泣いちゃいそうなほど悲しいです。""",
|
180 |
+
"JP",
|
181 |
+
],
|
182 |
+
[ # ChatGPTに考えてもらった音声合成の説明文章
|
183 |
+
"""音声合成は、機械学習を活用して、テキストから人の声を再現する技術です。この技術は、言語の構造を解析し、それに基づいて音声を生成します。
|
184 |
+
この分野の最新の研究成果を使うと、より自然で表現豊かな音声の生成が可能である。深層学習の応用により、感情やアクセントを含む声質の微妙な変化も再現することが出来る。""",
|
185 |
+
"JP",
|
186 |
+
],
|
187 |
+
[
|
188 |
+
"Speech synthesis is the artificial production of human speech. A computer system used for this purpose is called a speech synthesizer, and can be implemented in software or hardware products.",
|
189 |
+
"EN",
|
190 |
+
],
|
191 |
+
[
|
192 |
+
"语音合成是人工制造人类语音。用于此目的的计算机系统称为语音合成器,可以通过软件或硬件产品实现。",
|
193 |
+
"ZH",
|
194 |
+
],
|
195 |
+
]
|
196 |
+
|
197 |
+
initial_md = f"""
|
198 |
+
# Style-Bert-VITS2 ver {LATEST_VERSION} 音声合成
|
199 |
+
|
200 |
+
注意: 初期からある[jvnvのモデル](https://huggingface.co/litagin/style_bert_vits2_jvnv)は、[JVNVコーパス(言語音声と非言語音声を持つ日本語感情音声コーパス)](https://sites.google.com/site/shinnosuketakamichi/research-topics/jvnv_corpus)で学習されたモデルです。ライセンスは[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.ja)です。
|
201 |
+
"""
|
202 |
+
|
203 |
+
how_to_md = """
|
204 |
+
下のように`model_assets`ディレクトリの中にモデルファイルたちを置いてください。
|
205 |
+
```
|
206 |
+
model_assets
|
207 |
+
├── your_model
|
208 |
+
│ ├── config.json
|
209 |
+
│ ├── your_model_file1.safetensors
|
210 |
+
│ ├── your_model_file2.safetensors
|
211 |
+
│ ├── ...
|
212 |
+
│ └── style_vectors.npy
|
213 |
+
└── another_model
|
214 |
+
├── ...
|
215 |
+
```
|
216 |
+
各モデルにはファイルたちが必要です:
|
217 |
+
- `config.json`:学習時の設定ファイル
|
218 |
+
- `*.safetensors`:学習済みモデルファイル(1つ以上が必要、複数可)
|
219 |
+
- `style_vectors.npy`:スタイルベクトルファイル
|
220 |
+
|
221 |
+
上2つは`Train.bat`による学習で自動的に正しい位置に保存されます。`style_vectors.npy`は`Style.bat`を実行して指示に従って生成してください。
|
222 |
+
"""
|
223 |
+
|
224 |
+
style_md = f"""
|
225 |
+
- プリセットまたは音声ファイルから読み上げの声音・感情・スタイルのようなものを制御できます。
|
226 |
+
- デフォルトの{DEFAULT_STYLE}でも、十分に読み上げる文に応じた感情で感情豊かに読み上���られます。このスタイル制御は、それを重み付きで上書きするような感じです。
|
227 |
+
- 強さを大きくしすぎると発音が変になったり声にならなかったりと崩壊することがあります。
|
228 |
+
- どのくらいに強さがいいかはモデルやスタイルによって異なるようです。
|
229 |
+
- 音声ファイルを入力する場合は、学習データと似た声音の話者(特に同じ性別)でないとよい効果が出ないかもしれません。
|
230 |
+
"""
|
231 |
+
|
232 |
+
|
233 |
+
def make_interactive():
|
234 |
+
return gr.update(interactive=True, value="音声合成")
|
235 |
+
|
236 |
+
|
237 |
+
def make_non_interactive():
|
238 |
+
return gr.update(interactive=False, value="音声合成(モデルをロードしてください)")
|
239 |
+
|
240 |
+
|
241 |
+
def gr_util(item):
|
242 |
+
if item == "プリセットから選ぶ":
|
243 |
+
return (gr.update(visible=True), gr.Audio(visible=False, value=None))
|
244 |
+
else:
|
245 |
+
return (gr.update(visible=False), gr.update(visible=True))
|
246 |
+
|
247 |
+
|
248 |
+
if __name__ == "__main__":
|
249 |
+
parser = argparse.ArgumentParser()
|
250 |
+
parser.add_argument("--cpu", action="store_true", help="Use CPU instead of GPU")
|
251 |
+
parser.add_argument(
|
252 |
+
"--dir", "-d", type=str, help="Model directory", default=assets_root
|
253 |
+
)
|
254 |
+
parser.add_argument(
|
255 |
+
"--share", action="store_true", help="Share this app publicly", default=False
|
256 |
+
)
|
257 |
+
parser.add_argument(
|
258 |
+
"--server-name",
|
259 |
+
type=str,
|
260 |
+
default=None,
|
261 |
+
help="Server name for Gradio app",
|
262 |
+
)
|
263 |
+
parser.add_argument(
|
264 |
+
"--no-autolaunch",
|
265 |
+
action="store_true",
|
266 |
+
default=False,
|
267 |
+
help="Do not launch app automatically",
|
268 |
+
)
|
269 |
+
args = parser.parse_args()
|
270 |
+
model_dir = args.dir
|
271 |
+
|
272 |
+
if args.cpu:
|
273 |
+
device = "cpu"
|
274 |
+
else:
|
275 |
+
device = "cuda" if torch.cuda.is_available() else "cpu"
|
276 |
+
|
277 |
+
model_holder = ModelHolder(model_dir, device)
|
278 |
+
|
279 |
+
model_names = model_holder.model_names
|
280 |
+
if len(model_names) == 0:
|
281 |
+
logger.error(
|
282 |
+
f"モデルが見つかりませんでした。{model_dir}にモデルを置いてください。"
|
283 |
+
)
|
284 |
+
sys.exit(1)
|
285 |
+
initial_id = 0
|
286 |
+
initial_pth_files = model_holder.model_files_dict[model_names[initial_id]]
|
287 |
+
|
288 |
+
with gr.Blocks(theme=GRADIO_THEME) as app:
|
289 |
+
gr.Markdown(initial_md)
|
290 |
+
with gr.Accordion(label="使い方", open=False):
|
291 |
+
gr.Markdown(how_to_md)
|
292 |
+
with gr.Row():
|
293 |
+
with gr.Column():
|
294 |
+
with gr.Row():
|
295 |
+
with gr.Column(scale=3):
|
296 |
+
model_name = gr.Dropdown(
|
297 |
+
label="モデル一覧",
|
298 |
+
choices=model_names,
|
299 |
+
value=model_names[initial_id],
|
300 |
+
)
|
301 |
+
model_path = gr.Dropdown(
|
302 |
+
label="モデルファイル",
|
303 |
+
choices=initial_pth_files,
|
304 |
+
value=initial_pth_files[0],
|
305 |
+
)
|
306 |
+
refresh_button = gr.Button("更新", scale=1, visible=True)
|
307 |
+
load_button = gr.Button("ロード", scale=1, variant="primary")
|
308 |
+
text_input = gr.TextArea(label="テキスト", value=initial_text)
|
309 |
+
|
310 |
+
line_split = gr.Checkbox(
|
311 |
+
label="改行で分けて生成(分けたほうが感情が乗ります)",
|
312 |
+
value=DEFAULT_LINE_SPLIT,
|
313 |
+
)
|
314 |
+
split_interval = gr.Slider(
|
315 |
+
minimum=0.0,
|
316 |
+
maximum=2,
|
317 |
+
value=DEFAULT_SPLIT_INTERVAL,
|
318 |
+
step=0.1,
|
319 |
+
label="改行ごとに挟む無音の長さ(秒)",
|
320 |
+
)
|
321 |
+
line_split.change(
|
322 |
+
lambda x: (gr.Slider(visible=x)),
|
323 |
+
inputs=[line_split],
|
324 |
+
outputs=[split_interval],
|
325 |
+
)
|
326 |
+
tone = gr.Textbox(
|
327 |
+
label="アクセント調整(数値は 0=低 か1=高 のみ)",
|
328 |
+
info="改行で分けない場合のみ使えます。万能ではありません。",
|
329 |
+
)
|
330 |
+
use_tone = gr.Checkbox(label="アクセント調整を使う", value=False)
|
331 |
+
use_tone.change(
|
332 |
+
lambda x: (gr.Checkbox(value=False) if x else gr.Checkbox()),
|
333 |
+
inputs=[use_tone],
|
334 |
+
outputs=[line_split],
|
335 |
+
)
|
336 |
+
language = gr.Dropdown(choices=languages, value="JP", label="Language")
|
337 |
+
speaker = gr.Dropdown(label="話者")
|
338 |
+
with gr.Accordion(label="詳細設定", open=False):
|
339 |
+
sdp_ratio = gr.Slider(
|
340 |
+
minimum=0,
|
341 |
+
maximum=1,
|
342 |
+
value=DEFAULT_SDP_RATIO,
|
343 |
+
step=0.1,
|
344 |
+
label="SDP Ratio",
|
345 |
+
)
|
346 |
+
noise_scale = gr.Slider(
|
347 |
+
minimum=0.1,
|
348 |
+
maximum=2,
|
349 |
+
value=DEFAULT_NOISE,
|
350 |
+
step=0.1,
|
351 |
+
label="Noise",
|
352 |
+
)
|
353 |
+
noise_scale_w = gr.Slider(
|
354 |
+
minimum=0.1,
|
355 |
+
maximum=2,
|
356 |
+
value=DEFAULT_NOISEW,
|
357 |
+
step=0.1,
|
358 |
+
label="Noise_W",
|
359 |
+
)
|
360 |
+
length_scale = gr.Slider(
|
361 |
+
minimum=0.1,
|
362 |
+
maximum=2,
|
363 |
+
value=DEFAULT_LENGTH,
|
364 |
+
step=0.1,
|
365 |
+
label="Length",
|
366 |
+
)
|
367 |
+
use_assist_text = gr.Checkbox(
|
368 |
+
label="Assist textを使う", value=False
|
369 |
+
)
|
370 |
+
assist_text = gr.Textbox(
|
371 |
+
label="Assist text",
|
372 |
+
placeholder="どうして私の意見を無視するの?許せない、ムカつく!死ねばいいのに。",
|
373 |
+
info="このテキストの読み上げと似た声音・感情になりやすくなります。ただ抑揚やテンポ等が犠牲になる傾向があります。",
|
374 |
+
visible=False,
|
375 |
+
)
|
376 |
+
assist_text_weight = gr.Slider(
|
377 |
+
minimum=0,
|
378 |
+
maximum=1,
|
379 |
+
value=DEFAULT_ASSIST_TEXT_WEIGHT,
|
380 |
+
step=0.1,
|
381 |
+
label="Assist textの強さ",
|
382 |
+
visible=False,
|
383 |
+
)
|
384 |
+
use_assist_text.change(
|
385 |
+
lambda x: (gr.Textbox(visible=x), gr.Slider(visible=x)),
|
386 |
+
inputs=[use_assist_text],
|
387 |
+
outputs=[assist_text, assist_text_weight],
|
388 |
+
)
|
389 |
+
with gr.Column():
|
390 |
+
with gr.Accordion("スタイルについて詳細", open=False):
|
391 |
+
gr.Markdown(style_md)
|
392 |
+
style_mode = gr.Radio(
|
393 |
+
["プリセットから選ぶ", "音声ファイルを入力"],
|
394 |
+
label="スタイルの指定方法",
|
395 |
+
value="プリセットから選ぶ",
|
396 |
+
)
|
397 |
+
style = gr.Dropdown(
|
398 |
+
label=f"スタイル({DEFAULT_STYLE}が平均スタイル)",
|
399 |
+
choices=["モデルをロードしてください"],
|
400 |
+
value="モデルをロードしてください",
|
401 |
+
)
|
402 |
+
style_weight = gr.Slider(
|
403 |
+
minimum=0,
|
404 |
+
maximum=50,
|
405 |
+
value=DEFAULT_STYLE_WEIGHT,
|
406 |
+
step=0.1,
|
407 |
+
label="スタイルの強さ",
|
408 |
+
)
|
409 |
+
ref_audio_path = gr.Audio(
|
410 |
+
label="参照音声", type="filepath", visible=False
|
411 |
+
)
|
412 |
+
tts_button = gr.Button(
|
413 |
+
"音声合成(モデルをロードしてください)",
|
414 |
+
variant="primary",
|
415 |
+
interactive=False,
|
416 |
+
)
|
417 |
+
text_output = gr.Textbox(label="情報")
|
418 |
+
audio_output = gr.Audio(label="結果")
|
419 |
+
with gr.Accordion("テキスト例", open=False):
|
420 |
+
gr.Examples(examples, inputs=[text_input, language])
|
421 |
+
|
422 |
+
tts_button.click(
|
423 |
+
tts_fn,
|
424 |
+
inputs=[
|
425 |
+
model_name,
|
426 |
+
model_path,
|
427 |
+
text_input,
|
428 |
+
language,
|
429 |
+
ref_audio_path,
|
430 |
+
sdp_ratio,
|
431 |
+
noise_scale,
|
432 |
+
noise_scale_w,
|
433 |
+
length_scale,
|
434 |
+
line_split,
|
435 |
+
split_interval,
|
436 |
+
assist_text,
|
437 |
+
assist_text_weight,
|
438 |
+
use_assist_text,
|
439 |
+
style,
|
440 |
+
style_weight,
|
441 |
+
tone,
|
442 |
+
use_tone,
|
443 |
+
speaker,
|
444 |
+
],
|
445 |
+
outputs=[text_output, audio_output, tone],
|
446 |
+
)
|
447 |
+
|
448 |
+
model_name.change(
|
449 |
+
model_holder.update_model_files_gr,
|
450 |
+
inputs=[model_name],
|
451 |
+
outputs=[model_path],
|
452 |
+
)
|
453 |
+
|
454 |
+
model_path.change(make_non_interactive, outputs=[tts_button])
|
455 |
+
|
456 |
+
refresh_button.click(
|
457 |
+
model_holder.update_model_names_gr,
|
458 |
+
outputs=[model_name, model_path, tts_button],
|
459 |
+
)
|
460 |
+
|
461 |
+
load_button.click(
|
462 |
+
model_holder.load_model_gr,
|
463 |
+
inputs=[model_name, model_path],
|
464 |
+
outputs=[style, tts_button, speaker],
|
465 |
+
)
|
466 |
|
467 |
+
style_mode.change(
|
468 |
+
gr_util,
|
469 |
+
inputs=[style_mode],
|
470 |
+
outputs=[style, ref_audio_path],
|
471 |
+
)
|
472 |
|
473 |
+
app.launch(
|
474 |
+
inbrowser=not args.no_autolaunch, share=args.share, server_name=args.server_name
|
475 |
+
)
|