when you do more training thinking the original model that can do NS/SR got deleted but it was actually a string not having its quotes in the right place.......

This commit is contained in:
mrq 2024-12-27 18:16:57 -06:00
parent 9b0d2ccbe1
commit 31cfef59c4

View File

@ -436,7 +436,7 @@ class TTS():
prom = self.encode_audio( references, trim_length=input_prompt_length ) if references else None
lang = self.encode_lang( language )
if task in ["ns, sr"]:
if task in ["ns", "sr"]:
prom = [
task,
prom