Merge branch 'fast_inference' of https://github.com/SapphireLab/GPT-SoVITS-M into fast_inference_
This commit is contained in:
@@ -158,7 +158,6 @@ class TextPreprocessor:
|
||||
bert_feature = torch.cat(bert_feature_list, dim=1)
|
||||
# phones = sum(phones_list, [])
|
||||
norm_text = ''.join(norm_text_list)
|
||||
|
||||
return phones_list, bert_feature, norm_text
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user