SandraCLV commited on
Commit
fb2ccae
·
1 Parent(s): ec800df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ with demo:
89
  maximum=10,
90
  value=1,
91
  step=0.1,
92
- label="Speed (larger->faster; smaller->slower)",input_sid)
93
  text_to_speech(language_choices[0],language_to_models[language_choices[0]][0],txt,input_sid,input_speed)
94
  output_audio[idx] = gr.Audio(label="Output")
95
  output_info[idx] = gr.HTML(label="Info")
 
89
  maximum=10,
90
  value=1,
91
  step=0.1,
92
+ label="Speed (larger->faster; smaller->slower)")
93
  text_to_speech(language_choices[0],language_to_models[language_choices[0]][0],txt,input_sid,input_speed)
94
  output_audio[idx] = gr.Audio(label="Output")
95
  output_info[idx] = gr.HTML(label="Info")