From 14cbaf90bedca4241ce07aec510f6eded99e58c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=B8=E9=9B=81?= Date: Mon, 22 Jul 2024 20:50:48 +0800 Subject: [PATCH] python runtime --- README.md | 2 +- README_ja.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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モデルは元のモデルディレクトリにエクスポートされます。 -
+
### 展開