mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-06 03:57:44 +08:00
Add files via upload
This commit is contained in:
parent
124faf6bcf
commit
74edd5dcf9
@ -20,6 +20,7 @@ from tqdm import tqdm
|
|||||||
from text.cleaner import clean_text
|
from text.cleaner import clean_text
|
||||||
from transformers import AutoModelForMaskedLM, AutoTokenizer
|
from transformers import AutoModelForMaskedLM, AutoTokenizer
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
from tools.my_utils import clean_path
|
||||||
|
|
||||||
# inp_text=sys.argv[1]
|
# inp_text=sys.argv[1]
|
||||||
# inp_wav_dir=sys.argv[2]
|
# inp_wav_dir=sys.argv[2]
|
||||||
@ -84,6 +85,7 @@ if os.path.exists(txt_path) == False:
|
|||||||
def process(data, res):
|
def process(data, res):
|
||||||
for name, text, lan in data:
|
for name, text, lan in data:
|
||||||
try:
|
try:
|
||||||
|
name=clean_path(name)
|
||||||
name = os.path.basename(name)
|
name = os.path.basename(name)
|
||||||
print(name)
|
print(name)
|
||||||
phones, word2ph, norm_text = clean_text(
|
phones, word2ph, norm_text = clean_text(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user