Update app.py
Browse files
app.py
CHANGED
|
@@ -247,6 +247,7 @@ with gr.Blocks() as demo:
|
|
| 247 |
text = gr.Textbox(
|
| 248 |
value=default_text_for_ui(initial_lang),
|
| 249 |
label="Text (Speak mode only)",
|
|
|
|
| 250 |
max_lines=10
|
| 251 |
)
|
| 252 |
|
|
|
|
| 247 |
text = gr.Textbox(
|
| 248 |
value=default_text_for_ui(initial_lang),
|
| 249 |
label="Text (Speak mode only)",
|
| 250 |
+
placeholder="Add text here",
|
| 251 |
max_lines=10
|
| 252 |
)
|
| 253 |
|