AlexK-PL commited on
Commit
0de580c
1 Parent(s): 2e0e9d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -149,9 +149,8 @@ with gr.Blocks() as demo:
149
  # "with Tacotron2</center>")
150
  with gr.Row():
151
  with gr.Column(scale=1):
152
- inp = gr.Textbox(label="Input Text", value="Speech synthesis has evolved dramatically since the "
153
- "development of neural architectures capable of generating "
154
- "high quality samples.")
155
  clear_btn = gr.ClearButton(value='Clear Text', size='sm', components=[inp])
156
  # gr.Markdown("A continuaci贸, calibrem els pesos dels *style tokens*:")
157
  with gr.Row():
 
149
  # "with Tacotron2</center>")
150
  with gr.Row():
151
  with gr.Column(scale=1):
152
+ # , value="Speech synthesis has evolved dramatically since the development of neural architectures capable of generating high quality samples."
153
+ inp = gr.Textbox(label="Input Text")
 
154
  clear_btn = gr.ClearButton(value='Clear Text', size='sm', components=[inp])
155
  # gr.Markdown("A continuaci贸, calibrem els pesos dels *style tokens*:")
156
  with gr.Row():