diff options
| author | yum <yum.food.vr@gmail.com> | 2023-09-03 19:29:44 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-09-03 19:29:44 -0700 |
| commit | 6020bc056d8992523ae62feb4edfbae10b169880 (patch) | |
| tree | 06d970506dc28c68c26f713f29d7e687c6593efc /Scripts/requirements.txt | |
| parent | ae5db8b21e7db2ab9941cca47a5d57352d3bb1fa (diff) | |
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.
Diffstat (limited to 'Scripts/requirements.txt')
| -rw-r--r-- | Scripts/requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
