Skip to content

Commit fff73ef

Browse files
committed
G2P: Minor typo fix
1 parent 4f4d8fa commit fff73ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/g2p.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def main():
409409
)
410410
else:
411411
g2p = GraphemeToPhoneme.from_hparams(
412-
hparams_file_name=hparams_file_name,
412+
hparams_file=hparams_file_name,
413413
source=arguments.model,
414414
overrides=overrides,
415415
run_opts=run_opts,

0 commit comments

Comments
 (0)