Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,14 +1,15 @@
|
|
| 1 |
cython==3.2
|
| 2 |
numpy==1.26.4
|
| 3 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 4 |
-
torch==2.11
|
| 5 |
-
torchaudio==2.11
|
| 6 |
torchcodec==0.11
|
| 7 |
nemo_toolkit[asr]==2.7
|
| 8 |
transformers==4.57
|
| 9 |
-
sentence-transformers==5.3.0
|
| 10 |
kenlm==0.3.0
|
| 11 |
flask==3.1
|
| 12 |
huggingface_hub==0.36
|
| 13 |
flashlight-text==0.0.7
|
| 14 |
gradio==6.12
|
|
|
|
|
|
| 1 |
cython==3.2
|
| 2 |
numpy==1.26.4
|
| 3 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 4 |
+
torch==2.11
|
| 5 |
+
torchaudio==2.11
|
| 6 |
torchcodec==0.11
|
| 7 |
nemo_toolkit[asr]==2.7
|
| 8 |
transformers==4.57
|
| 9 |
+
sentence-transformers==5.3.0
|
| 10 |
kenlm==0.3.0
|
| 11 |
flask==3.1
|
| 12 |
huggingface_hub==0.36
|
| 13 |
flashlight-text==0.0.7
|
| 14 |
gradio==6.12
|
| 15 |
+
yt-dlp
|