yl12053 commited on
Commit
1273251
1 Parent(s): c112a37
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -852,7 +852,7 @@ with app:
852
  vc_submit.click(Newvc_fn, [sid, vc_input3, vc_transform,auto_f0,cluster_ratio, slice_db, noise_scale,pad_seconds,cl_num,lg_num,lgr_num,f0_predictor,enhancer_adaptive_key,cr_threshold,k_step,use_spk_mix,second_encoding,loudness_envelope_adjustment,cluster_choice], [vc_output1, vc_output2])
853
  vc_batch_submit.click(vc_batch_fn, [sid, vc_batch_files, vc_transform,auto_f0,cluster_ratio, slice_db, noise_scale,pad_seconds,cl_num,lg_num,lgr_num,f0_predictor,enhancer_adaptive_key,cr_threshold,k_step,use_spk_mix,second_encoding,loudness_envelope_adjustment], [vc_output1])
854
  vc_tts_submit.click(tts_fn, [text_input, tts_spk, sid, vc_transform,auto_f0,cluster_ratio, slice_db, noise_scale,pad_seconds,cl_num,lg_num,lgr_num,f0_predictor,enhancer_adaptive_key,cr_threshold,k_step,use_spk_mix,second_encoding,loudness_envelope_adjustment], [vc_output1, vc_output2])
855
- """
856
  with gr.TabItem("训练"):
857
  gr.Markdown(value="""请将数据集文件夹放置在dataset_raw文件夹下,确认放置正确后点击下方获取数据集名称""")
858
  raw_dirs_list=gr.Textbox(label="Raw dataset directory(s):")
@@ -943,7 +943,7 @@ with app:
943
  with gr.Column():
944
  index_button=gr.Button("训练特征检索模型", variant="primary")
945
  index_output=gr.Textbox(label="训练输出信息")
946
- """
947
  with gr.TabItem("小工具/实验室特性"):
948
  gr.Markdown(value="""
949
  ### So-vits-svc 4.1 小工具/实验室特性
 
852
  vc_submit.click(Newvc_fn, [sid, vc_input3, vc_transform,auto_f0,cluster_ratio, slice_db, noise_scale,pad_seconds,cl_num,lg_num,lgr_num,f0_predictor,enhancer_adaptive_key,cr_threshold,k_step,use_spk_mix,second_encoding,loudness_envelope_adjustment,cluster_choice], [vc_output1, vc_output2])
853
  vc_batch_submit.click(vc_batch_fn, [sid, vc_batch_files, vc_transform,auto_f0,cluster_ratio, slice_db, noise_scale,pad_seconds,cl_num,lg_num,lgr_num,f0_predictor,enhancer_adaptive_key,cr_threshold,k_step,use_spk_mix,second_encoding,loudness_envelope_adjustment], [vc_output1])
854
  vc_tts_submit.click(tts_fn, [text_input, tts_spk, sid, vc_transform,auto_f0,cluster_ratio, slice_db, noise_scale,pad_seconds,cl_num,lg_num,lgr_num,f0_predictor,enhancer_adaptive_key,cr_threshold,k_step,use_spk_mix,second_encoding,loudness_envelope_adjustment], [vc_output1, vc_output2])
855
+ '''
856
  with gr.TabItem("训练"):
857
  gr.Markdown(value="""请将数据集文件夹放置在dataset_raw文件夹下,确认放置正确后点击下方获取数据集名称""")
858
  raw_dirs_list=gr.Textbox(label="Raw dataset directory(s):")
 
943
  with gr.Column():
944
  index_button=gr.Button("训练特征检索模型", variant="primary")
945
  index_output=gr.Textbox(label="训练输出信息")
946
+ '''
947
  with gr.TabItem("小工具/实验室特性"):
948
  gr.Markdown(value="""
949
  ### So-vits-svc 4.1 小工具/实验室特性