Default SR 40k. Weight check == '' instead of []

This commit is contained in:
Mangio621
2023-05-11 21:01:16 +10:00
parent b6cec7c452
commit aad308ce55

View File

@@ -312,7 +312,7 @@ def uvr(model_name, inp_root, save_root_vocal, paths, save_root_ins, agg):
# 一个选项卡全局只能有一个音色
def get_vc(sid):
global n_spk, tgt_sr, net_g, vc, cpt
if sid == []:
if sid == "":
global hubert_model
if hubert_model != None: # 考虑到轮询, 需要加个判断看是否 sid 是由有模型切换到无模型的
print("clean_empty_cache")
@@ -1248,7 +1248,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
sr2 = gr.Radio(
label=i18n("目标采样率"),
choices=["32k", "40k", "48k"],
value="48k",
value="40k",
interactive=True,
)
if_f0_3 = gr.Radio(