From 6020bc056d8992523ae62feb4edfbae10b169880 Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 3 Sep 2023 19:29:44 -0700 Subject: Wire transcribe_v2.py into GUI Also: * Enable SO_REUSEADDR on browser src socket * Temporarily add evaluation dependencies to requirements.txt * Fix browser src. It's now looking for a prefix that the python app actually uses. --- Scripts/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Scripts/requirements.txt') diff --git a/Scripts/requirements.txt b/Scripts/requirements.txt index cba3d15..d694f4a 100644 --- a/Scripts/requirements.txt +++ b/Scripts/requirements.txt @@ -13,3 +13,6 @@ python-osc pyyaml sentence_splitter transformers>=4.21.0 + +git+https://github.com/openai/whisper.git +scipy -- cgit v1.2.3