Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +22 -5
requirements.txt
CHANGED
|
@@ -1,6 +1,23 @@
|
|
| 1 |
huggingface_hub==0.25.2
|
| 2 |
-
torch
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
huggingface_hub==0.25.2
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
torchvision>=0.15.0
|
| 4 |
+
torchaudio>=2.0.0
|
| 5 |
+
transformers>=4.30.0
|
| 6 |
+
tokenizers>=0.13.0
|
| 7 |
+
numpy>=1.21.0
|
| 8 |
+
pandas>=1.3.0
|
| 9 |
+
gradio>=3.40.0
|
| 10 |
+
soundfile>=0.12.0
|
| 11 |
+
librosa>=0.10.0
|
| 12 |
+
batchalign
|
| 13 |
+
scipy>=1.7.0
|
| 14 |
+
scikit-learn>=1.0.0
|
| 15 |
+
python-dateutil>=2.8.0
|
| 16 |
+
pydub>=0.25.0
|
| 17 |
+
webrtcvad>=2.0.0
|
| 18 |
+
pyaudio>=0.2.11
|
| 19 |
+
jsonlines>=3.0.0
|
| 20 |
+
matplotlib>=3.5.0
|
| 21 |
+
seaborn>=0.11.0
|
| 22 |
+
pathlib2>=2.3.0
|
| 23 |
+
batchalign
|