Mahiruoshi commited on
Commit
5ad7750
1 Parent(s): a86a354

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -279,7 +279,7 @@ if __name__ == '__main__':
279
  with gr.Row():
280
  output_UI = gr.outputs.HTML()
281
  with gr.Column():
282
- input1 = gr.TextArea(label="Text", value=example, lines=1)
283
  btnVC = gr.Button("Submit")
284
  output1 = gr.Audio(label="采样率22050")
285
  with gr.Accordion(label="Setting", open=False):
 
279
  with gr.Row():
280
  output_UI = gr.outputs.HTML()
281
  with gr.Column():
282
+ input1 = gr.TextArea(label="Text", value=example, lines=3)
283
  btnVC = gr.Button("Submit")
284
  output1 = gr.Audio(label="采样率22050")
285
  with gr.Accordion(label="Setting", open=False):