Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.1.0
|
| 2 |
+
torchaudio==2.1.0
|
| 3 |
+
numpy
|
| 4 |
+
scipy
|
| 5 |
+
soundfile
|
| 6 |
+
librosa
|
| 7 |
+
streamlit
|