Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
torch
|
| 4 |
-
torchaudio
|
| 5 |
soundfile
|
| 6 |
numpy
|
|
|
|
| 7 |
huggingface_hub
|
|
|
|
|
|
| 1 |
+
torch==2.2.2
|
| 2 |
+
torchaudio==2.2.2
|
|
|
|
|
|
|
| 3 |
soundfile
|
| 4 |
numpy
|
| 5 |
+
gradio==5.31.0
|
| 6 |
huggingface_hub
|
| 7 |
+
requests
|