mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-05 12:38:35 +08:00
Update my_utils.py
This commit is contained in:
parent
13573a1b06
commit
c0ce55a132
@ -32,7 +32,7 @@ def clean_path(path_str:str):
|
|||||||
if path_str.endswith(('\\','/')):
|
if path_str.endswith(('\\','/')):
|
||||||
return clean_path(path_str[0:-1])
|
return clean_path(path_str[0:-1])
|
||||||
path_str = path_str.replace('/', os.sep).replace('\\', os.sep)
|
path_str = path_str.replace('/', os.sep).replace('\\', os.sep)
|
||||||
return path_str.strip(" ").strip('\'').strip("\n").strip('"').strip(" ").strip("\u202a")
|
return path_str.strip(" \'\n\"\u202a")#path_str.strip(" ").strip('\'').strip("\n").strip('"').strip(" ").strip("\u202a")
|
||||||
|
|
||||||
|
|
||||||
def check_for_existance(file_list:list=None,is_train=False,is_dataset_processing=False):
|
def check_for_existance(file_list:list=None,is_train=False,is_dataset_processing=False):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user