Spaces:
Sleeping
Sleeping
requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.25.0
|
| 2 |
+
torch>=2.1.0
|
| 3 |
+
torchaudio>=2.1.0
|
| 4 |
+
huggingface_hub>=1.25.0
|
| 5 |
+
soundfile>=0.12.1
|
| 6 |
+
numpy>=1.24.0
|