Skip to content

Commit b18ed1b

Browse files
committed
🔧 Fix black formatter.
1 parent b688773 commit b18ed1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tensorflow_tts/bin/preprocess.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def parse_and_config():
6363
"--dataset",
6464
type=str,
6565
default="ljspeech",
66-
choices=["ljspeech", "kss", "multispeaker", "baker],
66+
choices=["ljspeech", "kss", "multispeaker", "baker"],
6767
help="Dataset to preprocess. Currently only (ljspeech, kss, multispeaker, baker)",
6868
)
6969
parser.add_argument(
@@ -339,14 +339,14 @@ def preprocess():
339339
dataset_processor = {
340340
"ljspeech": LJSpeechProcessor,
341341
"kss": KSSProcessor,
342-
"baker": BakerProcessor
342+
"baker": BakerProcessor,
343343
"multispeaker": ExampleMultispeaker,
344344
}
345345

346346
dataset_cleaner = {
347347
"ljspeech": "english_cleaners",
348348
"kss": "korean_cleaners",
349-
"baker": None
349+
"baker": None,
350350
"multispeaker": None,
351351
}
352352

0 commit comments

Comments
 (0)