danhtran2mind commited on
Commit
e7bceb1
·
verified ·
1 Parent(s): ba43a84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks() as iface:
101
  # Arrange components in a row
102
  with gr.Row():
103
  with gr.Column():
104
- text_input = gr.Textbox(label="Vietnamese Text", placeholder="Enter text here...")
105
  voice_input = gr.Radio(choices=["Male", "Female"], label="Voice", value="Male")
106
 
107
  with gr.Column():
 
101
  # Arrange components in a row
102
  with gr.Row():
103
  with gr.Column():
104
+ text_input = gr.Textbox(label="Vietnamese Text", placeholder="Enter text here...", lines=5)
105
  voice_input = gr.Radio(choices=["Male", "Female"], label="Voice", value="Male")
106
 
107
  with gr.Column():