We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530b2e3 commit 4c6c6c6Copy full SHA for 4c6c6c6
demo_onnx.py
@@ -15,5 +15,5 @@
15
# inference
16
wav_or_scp = ["{}/.cache/modelscope/hub/{}/example/en.mp3".format(Path.home(), model_dir)]
17
18
-res = model(wav_or_scp, language="auto", use_itn=True)
+res = model(wav_or_scp, language="auto", textnorm="withitn")
19
print([rich_transcription_postprocess(i) for i in res])
0 commit comments