Commit
·
3484f95
1
Parent(s):
06cf57a
Update app.py
Browse files
app.py
CHANGED
|
@@ -505,8 +505,8 @@ def main():
|
|
| 505 |
with gr.Row():
|
| 506 |
with gr.Column():
|
| 507 |
textbox_4 = gr.TextArea(label="请输入您想合成的文本",
|
| 508 |
-
placeholder="
|
| 509 |
-
|
| 510 |
language_dropdown_4 = gr.Dropdown(choices=['auto-detect', 'English', '中文', '日本語'], value='auto-detect',
|
| 511 |
label='language', visible=False)
|
| 512 |
accent_dropdown_4 = gr.Dropdown(choices=['no-accent', 'English', '中文', '日本語'], value='no-accent',
|
|
|
|
| 505 |
with gr.Row():
|
| 506 |
with gr.Column():
|
| 507 |
textbox_4 = gr.TextArea(label="请输入您想合成的文本",
|
| 508 |
+
placeholder="说点什么吧(中英皆可)...",
|
| 509 |
+
elem_id=f"tts-input")
|
| 510 |
language_dropdown_4 = gr.Dropdown(choices=['auto-detect', 'English', '中文', '日本語'], value='auto-detect',
|
| 511 |
label='language', visible=False)
|
| 512 |
accent_dropdown_4 = gr.Dropdown(choices=['no-accent', 'English', '中文', '日本語'], value='no-accent',
|