This commit is contained in:
Ftps
2023-12-08 15:31:20 +09:00
parent 6f8d02954f
commit 54916fec84

View File

@@ -5,7 +5,7 @@ import torch
from tqdm import tqdm
def load_data(file_name: str = "./infer/lib/uvr5_pack/name_params.json") -> dict:
def load_data(file_name: str = "./rvc/lib/uvr5_pack/name_params.json") -> dict:
with open(file_name, "r") as f:
data = json.load(f)