invincible-jha
commited on
Commit
•
d1af0d7
1
Parent(s):
4d5d3b7
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
gradio==
|
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
|
|
|
|
1 |
+
gradio==3.50.2
|
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
|
8 |
+
scipy==1.11.3
|