mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-07 15:19:59 +08:00
Update tqdm desc
This commit is contained in:
parent
e1d55e46e7
commit
96c94e65f8
@ -79,7 +79,6 @@ if os.path.exists(txt_path) == False:
|
|||||||
return phone_level_feature.T
|
return phone_level_feature.T
|
||||||
|
|
||||||
def process(data, res):
|
def process(data, res):
|
||||||
print(i_part)
|
|
||||||
for name, text, lan in tqdm(data, desc=f"Process {i_part}"):
|
for name, text, lan in tqdm(data, desc=f"Process {i_part}"):
|
||||||
try:
|
try:
|
||||||
name = os.path.basename(name)
|
name = os.path.basename(name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user