Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.50.2
|
2 |
+
numpy==1.24.3
|
3 |
+
librosa==0.10.1
|
4 |
+
soundfile==0.12.1
|
5 |
+
TTS==0.17.6
|
6 |
+
torch==2.0.1
|
7 |
+
matplotlib==3.7.1
|
8 |
+
pandas==2.0.3
|
9 |
+
plotly==5.15.0
|
10 |
+
requests==2.31.0
|
11 |
+
seaborn==0.12.2
|