Update app.py
Browse files
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():
|