Pendrokar commited on
Commit
fb67826
1 Parent(s): 23bc540

Note about acceptance of IPA within [] brackets

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ def ljsynthesize(text, steps, progress=gr.Progress()):
135
  with gr.Blocks() as vctk:
136
  with gr.Row():
137
  with gr.Column(scale=1):
138
- inp = gr.Textbox(label="Text", info="What would you like StyleTTS 2 to read? It works better on full sentences.", interactive=True)
139
  voice = gr.Dropdown(voicelist, label="Voice", info="Select a default voice.", value='m-us-2', interactive=True)
140
  lang =gr.Dropdown(
141
  [
 
135
  with gr.Blocks() as vctk:
136
  with gr.Row():
137
  with gr.Column(scale=1):
138
+ inp = gr.Textbox(label="Text", info="What would you like StyleTTS 2 to read? It works better on full sentences. Also accepts IPA within [] brackets.", interactive=True)
139
  voice = gr.Dropdown(voicelist, label="Voice", info="Select a default voice.", value='m-us-2', interactive=True)
140
  lang =gr.Dropdown(
141
  [