Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
gradio==4.
|
| 2 |
-
torch=
|
| 3 |
-
torchaudio=
|
| 4 |
-
librosa=
|
| 5 |
-
soundfile=
|
| 6 |
-
numpy=
|
| 7 |
-
huggingface_hub=
|
|
|
|
| 1 |
+
gradio==4.44.1
|
| 2 |
+
torch>=2.2.0
|
| 3 |
+
torchaudio>=2.2.0
|
| 4 |
+
librosa>=0.10.1
|
| 5 |
+
soundfile>=0.12.1
|
| 6 |
+
numpy>=1.24.0
|
| 7 |
+
huggingface_hub>=0.23.0
|