ylacombe HF staff commited on
Commit
92dd64b
1 Parent(s): b44f87d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ with gr.Blocks(css=css) as demo_blocks:
102
 
103
  with gr.Row():
104
  with gr.Column():
105
- inp_text = gr.Textbox(label="Input Text", info="What would you like VITS to synthesise?")
106
  btn = gr.Button("Generate Audio!")
107
  language = gr.Dropdown(
108
  default_model_per_language.keys(),
 
102
 
103
  with gr.Row():
104
  with gr.Column():
105
+ inp_text = gr.Textbox(label="Input Text", info="What sentence would you like to synthesise?")
106
  btn = gr.Button("Generate Audio!")
107
  language = gr.Dropdown(
108
  default_model_per_language.keys(),