Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Dec 18, 2024
1 parent b297c10 commit 9f5cf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/ljspeech/TTS/matcha/onnx_pretrained.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def main():
params = get_parser().parse_args()
logging.info(vars(params))

model = OnnxModel(params.acoustic_model, tokens)
model = OnnxModel(params.acoustic_model, params.tokens)
vocoder = OnnxHifiGANModel(params.vocoder)
text = params.input_text
x = model.tokenizer.texts_to_token_ids([text], add_sos=True, add_eos=True)
Expand Down

0 comments on commit 9f5cf16

Please sign in to comment.