kevinwang676 commited on
Commit
52df569
1 Parent(s): c909f8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -384,7 +384,7 @@ if __name__ == '__main__':
384
  tts_text = gr.Textbox(visible=False, label="TTS text", info="Text to speech input")
385
  tts_voice = gr.Dropdown(label="Edge-tts speaker", choices=voices, visible=False, allow_custom_value=False, value="en-US-AnaNeural-Female")
386
  with gr.Column():
387
- vc_transform0 = gr.Number(label="Transpose", value=0, info='Type "12" to change from male to female voice. Type "-12" to change female to male voice')
388
  f0method0 = gr.Radio(
389
  label="Pitch extraction algorithm",
390
  info=f0method_info,
 
384
  tts_text = gr.Textbox(visible=False, label="TTS text", info="Text to speech input")
385
  tts_voice = gr.Dropdown(label="Edge-tts speaker", choices=voices, visible=False, allow_custom_value=False, value="en-US-AnaNeural-Female")
386
  with gr.Column():
387
+ vc_transform0 = gr.Number(label="变调", value=0, info='默认为0;+2为升两个key')
388
  f0method0 = gr.Radio(
389
  label="Pitch extraction algorithm",
390
  info=f0method_info,