Spaces:
Running
Running
Note about acceptance of IPA within [] brackets
Browse files
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 |
[
|