Spaces:
Runtime error
Runtime error
Commit
·
f15cf5c
1
Parent(s):
7e05cb2
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
tensorflow
|
2 |
+
os
|
3 |
+
soundfile
|
4 |
+
numpy
|
5 |
+
librosa
|
6 |
+
gradio
|
7 |
+
seaborn
|
8 |
+
pandas
|
9 |
+
plotly.express
|