RUI-LONG commited on
Commit
387a00b
·
1 Parent(s): 7c09a26
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -190,7 +190,7 @@ with app:
190
  minimum=-100,
191
  maximum=100,
192
  label="Speech speed (%)",
193
- value=20,
194
  step=10,
195
  interactive=True,
196
  )
@@ -204,7 +204,7 @@ with app:
204
  )
205
  tts_text = gr.Textbox(
206
  label="Input Text",
207
- value="I'm never gonna let you down I'm always gonna build you up",
208
  )
209
  rvc = gr.Checkbox(label="Transform Voice", info="Would you like to apply voice transformation? Check means yes", value=True)
210
  with gr.Column():
 
190
  minimum=-100,
191
  maximum=100,
192
  label="Speech speed (%)",
193
+ value=10,
194
  step=10,
195
  interactive=True,
196
  )
 
204
  )
205
  tts_text = gr.Textbox(
206
  label="Input Text",
207
+ value="I'm Never Gonna Give You Up",
208
  )
209
  rvc = gr.Checkbox(label="Transform Voice", info="Would you like to apply voice transformation? Check means yes", value=True)
210
  with gr.Column():