Skip to content

Commit 0df7fc8

Browse files
committed
remove comment
1 parent 7ba74f1 commit 0df7fc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paddlespeech/t2s/frontend/phonectic.py

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def get_input_ids(self, sentence: str,
100100
for phn in phones
101101
]
102102
if len(phones) != 0:
103-
# replace unk phone with sp
104103
phones_list.append(phones)
105104

106105
if merge_sentences:

0 commit comments

Comments
 (0)