Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
torch
|
| 2 |
-
numpy
|
|
|
|
|
|
|
|
|
|
| 3 |
scipy
|
| 4 |
librosa
|
| 5 |
unidecode
|
|
|
|
| 1 |
torch
|
| 2 |
+
numpy
|
| 3 |
+
audioread
|
| 4 |
+
matplotlib
|
| 5 |
+
Pillow
|
| 6 |
scipy
|
| 7 |
librosa
|
| 8 |
unidecode
|