diff --git a/README.md b/README.md index 87cd6eb..adc39be 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ res = model(wav_or_scp, language="auto", use_itn=True) print([rich_transcription_postprocess(i) for i in res]) ``` Note: Libtorch model is exported to the original model directory. -
+
## Service diff --git a/README_ja.md b/README_ja.md index f226862..61dd605 100644 --- a/README_ja.md +++ b/README_ja.md @@ -226,7 +226,7 @@ print([rich_transcription_postprocess(i) for i in res]) ``` 備考:Libtorchモデルは元のモデルディレクトリにエクスポートされます。 -
+
### 展開