fffiloni commited on
Commit
bdd2a21
1 Parent(s): 5749569

user friendly enhancement

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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