kevinwang676 commited on
Commit
656abc8
·
verified ·
1 Parent(s): 4dc29c5

Update GPT_SoVITS/inference_webui.py

Browse files
Files changed (1) hide show
  1. GPT_SoVITS/inference_webui.py +1 -1
GPT_SoVITS/inference_webui.py CHANGED
@@ -626,7 +626,7 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app:
626
  GPT_dropdown.change(change_gpt_weights, [GPT_dropdown], [])
627
  gr.Markdown(value=i18n("*请上传并填写参考信息"))
628
  with gr.Row():
629
- inp_training_audio = gr.Audio(label="请上传您完整的1分钟训练音频", type="filepath")
630
  style_control = gr.Dropdown(label="请选择一种语音情感", info="🙂default😊friendly🤫whispering😄cheerful😱terrified😡angry😢sad", choices=["default", "friendly", "whispering", "cheerful", "terrified", "angry", "sad"], value="default")
631
  btn_style = gr.Button("一键生成情感参考音频吧💕", variant="primary")
632
  out_ref_audio = gr.Audio(label="为您生成的情感参考音频", type="filepath", interactive=False)
 
626
  GPT_dropdown.change(change_gpt_weights, [GPT_dropdown], [])
627
  gr.Markdown(value=i18n("*请上传并填写参考信息"))
628
  with gr.Row():
629
+ inp_training_audio = gr.Audio(label="请上传您完整的1分钟训练音频", type="filepath", value="jay_speech.wav")
630
  style_control = gr.Dropdown(label="请选择一种语音情感", info="🙂default😊friendly🤫whispering😄cheerful😱terrified😡angry😢sad", choices=["default", "friendly", "whispering", "cheerful", "terrified", "angry", "sad"], value="default")
631
  btn_style = gr.Button("一键生成情感参考音频吧💕", variant="primary")
632
  out_ref_audio = gr.Audio(label="为您生成的情感参考音频", type="filepath", interactive=False)