user friendly enhancement
Browse files
app.py
CHANGED
@@ -302,7 +302,9 @@ with gr.Blocks(css=css) as demo:
|
|
302 |
with gr.Row():
|
303 |
with gr.Column():
|
304 |
prompt = gr.Textbox(
|
305 |
-
label="Text to speech prompt",
|
|
|
|
|
306 |
elem_id = "tts-prompt"
|
307 |
)
|
308 |
|
|
|
302 |
with gr.Row():
|
303 |
with gr.Column():
|
304 |
prompt = gr.Textbox(
|
305 |
+
label = "Text to speech prompt",
|
306 |
+
info = "One or two sentences at a time is better*",
|
307 |
+
placeholder = "Hello friend! How are you today?",
|
308 |
elem_id = "tts-prompt"
|
309 |
)
|
310 |
|