Spaces:
Sleeping
Sleeping
Continue: Add random_select.take_lyric_continuation for singing a syllable with multiple successive pitches
Browse files- svs_utils.py +1 -0
svs_utils.py
CHANGED
@@ -273,6 +273,7 @@ def align_score_and_text(segment_iterator, lyric_ls, sybs, labels, config):
|
|
273 |
text[-1],
|
274 |
]
|
275 |
)
|
|
|
276 |
else:
|
277 |
notes_info.append(
|
278 |
[
|
|
|
273 |
text[-1],
|
274 |
]
|
275 |
)
|
276 |
+
text.append(text[-1])
|
277 |
else:
|
278 |
notes_info.append(
|
279 |
[
|