rahul7star commited on
Commit
3a5dba4
·
verified ·
1 Parent(s): ead6315

Update app.py

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