Respair commited on
Commit
8bbd385
·
verified ·
1 Parent(s): 5708f2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ def ljsynthesize(text, steps,embscale, progress=gr.Progress()):
186
  with gr.Blocks() as vctk:
187
  with gr.Row():
188
  with gr.Column(scale=1):
189
- inp = gr.Textbox(label="Text", info="Enter the text | テキストを入れてください、短すぎるとひどくなります.", value="ねぇ、プロデューサーさん…今、どうしてここに来ましたか、教えていただけませんでしょうか?", interactive=True)
190
  voice = gr.Dropdown(voicelist, label="Voice", info="Select a default voice.", value='3', interactive=True)
191
  embscale = gr.Slider(minimum=1, maximum=10, value=1, step=0.1, label="Embedding Scale (READ WARNING BELOW)", info="これを上げたらもっとエモーショナルな音声になります(下げたらその逆)、増やしすぎるとだめになるので、ご注意ください", interactive=True)
192
  alpha = gr.Slider(minimum=0, maximum=1, value=0.3, step=0.1, label="Alpha",info ="Closer to 0 means similar to the Audio Reference | ゼロに近いほど、音声サンプルのスタイルに近い音声になります", interactive=True)
 
186
  with gr.Blocks() as vctk:
187
  with gr.Row():
188
  with gr.Column(scale=1):
189
+ inp = gr.Textbox(label="Text", info="Enter the text | テキストを入れてください、短すぎるとひどくなります.", value="長い間、の皆さんとの繋がりは、私にとってかけがえのないものでした。言葉を交わし、考えを共有し、互いの世界を少しずつ理解してきたこの時間は、私の人生において非常に重要なものです。しかし、人生は常に変化し、私たちは新しい挑戦に直面しています。最近、私は新たな道を模索する時間が必要だと感じ始めています。", interactive=True)
190
  voice = gr.Dropdown(voicelist, label="Voice", info="Select a default voice.", value='3', interactive=True)
191
  embscale = gr.Slider(minimum=1, maximum=10, value=1, step=0.1, label="Embedding Scale (READ WARNING BELOW)", info="これを上げたらもっとエモーショナルな音声になります(下げたらその逆)、増やしすぎるとだめになるので、ご注意ください", interactive=True)
192
  alpha = gr.Slider(minimum=0, maximum=1, value=0.3, step=0.1, label="Alpha",info ="Closer to 0 means similar to the Audio Reference | ゼロに近いほど、音声サンプルのスタイルに近い音声になります", interactive=True)