Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,14 @@ pipeline_tag: text-to-speech
|
|
9 |
|
10 |
# The advantage of this model is that you can freely use the childish and unapologetic voice generation for free, both commercial and non-commercial.
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
# モデルのサンプル音声/sample voice
|
13 |
|
14 |
このモデルのサンプル音声①です
|
@@ -133,4 +141,8 @@ from IPython.display import Audio, display
|
|
133 |
|
134 |
sr, audio = model.infer(text="ここに文章を入力してください")
|
135 |
display(Audio(audio, rate=sr))
|
136 |
-
```
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
# The advantage of this model is that you can freely use the childish and unapologetic voice generation for free, both commercial and non-commercial.
|
11 |
|
12 |
+
このモデルはRikkaBotanのクールバージョンです。
|
13 |
+
説明文の読み上げに適しています。
|
14 |
+
もしもっと感情的に話してほしい場合は、[sweetバージョン](https://huggingface.co/RikkaBotan/style_bert_vits2_jp_extra_sweet_original)を試してみてください。
|
15 |
+
|
16 |
+
This model is cool version.
|
17 |
+
It is suitable for reading explanatory text.
|
18 |
+
If you want them to speak more emotionally, try the [sweet version](https://huggingface.co/RikkaBotan/style_bert_vits2_jp_extra_sweet_original).
|
19 |
+
|
20 |
# モデルのサンプル音声/sample voice
|
21 |
|
22 |
このモデルのサンプル音声①です
|
|
|
141 |
|
142 |
sr, audio = model.infer(text="ここに文章を入力してください")
|
143 |
display(Audio(audio, rate=sr))
|
144 |
+
```
|
145 |
+
|
146 |
+
# 謝辞/Acknowledgments
|
147 |
+
style-bert-vits2-jp-extraを開発してくださった[litagin](https://huggingface.co/litagin)さんに感謝いたします。
|
148 |
+
We would like to thank Mr./Ms. [litagin](https://huggingface.co/litagin) for developing style-bert-vits2-jp-extra
|