From 57acfae45dab00626e7f093f993917e0db0e2458 Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Thu, 30 May 2024 18:27:41 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B[bugfix]=20Model=20:=20translators?= =?UTF-8?q?=E3=81=AEpackage=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `RuntimeError: input(): lost sys.stdin`を回避する処理を追加 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3e4c175b..e6788bd2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,6 @@ sentencepiece==0.1.99 ctranslate2==4.1.0 faster-whisper==1.0.1 openvr==1.26.701 -translators @ git+https://github.com/misyaguziya/translators@5.8.9 +translators @ git+https://github.com/misyaguziya/translators@5.9.2 SpeechRecognition @ git+https://github.com/misyaguziya/custom_speech_recognition@3.10.4 tinyoscquery @ git+https://github.com/cyberkitsune/tinyoscquery@0.1.2 \ No newline at end of file