Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
transformers
|
| 2 |
git+https://github.com/m-bain/whisperx.git
|
| 3 |
numpy
|
| 4 |
pandas
|
|
@@ -9,7 +9,7 @@ gradio==4.43.0
|
|
| 9 |
speechbrain==0.5.16
|
| 10 |
torch==2.0.0 --index-url https://download.pytorch.org/whl/cu118
|
| 11 |
torchaudio==2.0.0
|
| 12 |
-
faster-whisper==1.0.
|
| 13 |
setuptools>=65
|
| 14 |
nltk
|
| 15 |
python-dotenv
|
|
|
|
| 1 |
+
transformers
|
| 2 |
git+https://github.com/m-bain/whisperx.git
|
| 3 |
numpy
|
| 4 |
pandas
|
|
|
|
| 9 |
speechbrain==0.5.16
|
| 10 |
torch==2.0.0 --index-url https://download.pytorch.org/whl/cu118
|
| 11 |
torchaudio==2.0.0
|
| 12 |
+
faster-whisper==1.0.0
|
| 13 |
setuptools>=65
|
| 14 |
nltk
|
| 15 |
python-dotenv
|