Update requirements.txt
Browse files- requirements.txt +9 -4
requirements.txt
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
-
gradio==3.
|
2 |
-
|
|
|
|
|
|
|
3 |
numpy==1.24.2
|
4 |
-
|
5 |
-
|
|
|
|
|
|
1 |
+
gradio==3.29.0
|
2 |
+
transformers==4.30.0
|
3 |
+
torchaudio==0.13.1
|
4 |
+
torch==2.1.0
|
5 |
+
librosa==0.10.0
|
6 |
numpy==1.24.2
|
7 |
+
scipy==1.10.1
|
8 |
+
pydub==0.25.1
|
9 |
+
pytorch-lightning==2.1.0
|
10 |
+
huggingface_hub==0.14.1
|