Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==1.12.1+cpu torchvision==0.13.1+cpu torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
+
transformers==4.24.0
|
3 |
+
datasets==2.7.1
|
4 |
+
librosa==0.9.2
|
5 |
+
numpy==1.23.4
|
6 |
+
scipy==1.9.3
|
7 |
+
ffmpeg-python==0.2.0
|
8 |
+
gradio==3.10.1
|
9 |
+
huggingface_hub==0.11.0
|