RikkaBotan commited on
Commit
cc9f69b
1 Parent(s): 005f530

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -4
app.py CHANGED
@@ -165,12 +165,15 @@ example_hf_spaces = [
165
  initial_md = """
166
  # Style-Bert-VITS2 Rikka Botan Model デモ
167
  入力テキストの意味に応じて感情豊かな読み上げを生成できます。
168
- 学習データは開発者の声を利用しています。
169
- 言語は日本語(JP)、英語(EN)、中国語(簡体字)(ZH)に対応しています。
170
  入力上限文字数は100文字(英語は800文字)までにしています。(お試しデモ用)
171
  このSpaceではCPUで動作させているため、生成に時間がかかります。
172
- モデルのページのコードをGPU環境で使用することをお勧めします。
173
  もしもっと長いものを生成したい場合は、公開しているモデル([Rikka Botan](https://huggingface.co/RikkaBotan))をご使用ください(無料)。
 
 
 
174
 
175
  It can generate emotional readings based on the meaning of the input text.
176
  The training data uses the voices of developers.
@@ -178,7 +181,9 @@ The maximum number of characters that can be entered is 100 characters(In Englis
178
  This Space runs on the CPU, so it takes time to generate.
179
  We recommend using the code on the model's page in a GPU environment.
180
  If you want to generate something longer, please use the published models ([Rikka Botan](https://huggingface.co/RikkaBotan))(free).
181
- It has a gentle voice.
 
 
182
  """
183
 
184
  style_md = f"""
 
165
  initial_md = """
166
  # Style-Bert-VITS2 Rikka Botan Model デモ
167
  入力テキストの意味に応じて感情豊かな読み上げを生成できます。
168
+ 学習データは開発者の声(子供っぽいおっとりした声質)を利用しています。
169
+ 言語は日本語(JP)、英語(EN)、中国語(簡体字)(ZH)に対応しています。(同一話者によるマルチリンガルモデルは稀です)
170
  入力上限文字数は100文字(英語は800文字)までにしています。(お試しデモ用)
171
  このSpaceではCPUで動作させているため、生成に時間がかかります。
172
+ モデルのページのコードをGPU環境で使用することをお勧めします。(google colabを用いれば簡単にできます)
173
  もしもっと長いものを生成したい場合は、公開しているモデル([Rikka Botan](https://huggingface.co/RikkaBotan))をご使用ください(無料)。
174
+ このモデルは無料で商用利用も可能であり、R-18,R-18G作品への利用も可能です。
175
+ 基本的に、他者へ悪意を持って危害・損害を与える行為や違法な行為以外であれば、自由に使用していただいて問題ありません。
176
+ (詳しくはモデルページの記載をご覧ください。)
177
 
178
  It can generate emotional readings based on the meaning of the input text.
179
  The training data uses the voices of developers.
 
181
  This Space runs on the CPU, so it takes time to generate.
182
  We recommend using the code on the model's page in a GPU environment.
183
  If you want to generate something longer, please use the published models ([Rikka Botan](https://huggingface.co/RikkaBotan))(free).
184
+ This model is free for commercial use and can be used in R-18 and R-18G works.
185
+ Basically, you are free to use this model as long as you do not maliciously harm or damage others or engage in illegal activities.
186
+ (For more details, please see the description on the model page.)
187
  """
188
 
189
  style_md = f"""