invincible-jha
commited on
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
-
gradio==4.
|
2 |
torch==2.1.0
|
3 |
-
transformers==4.
|
4 |
librosa==0.10.1
|
5 |
numpy==1.24.3
|
6 |
plotly==5.18.0
|
7 |
-
|
8 |
-
soundfile==0.12.1
|
9 |
-
pandas==2.1.1
|
|
|
1 |
+
gradio==4.7.1
|
2 |
torch==2.1.0
|
3 |
+
transformers==4.35.2
|
4 |
librosa==0.10.1
|
5 |
numpy==1.24.3
|
6 |
plotly==5.18.0
|
7 |
+
soundfile==0.12.1
|
|
|
|