Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
| 3 |
|
| 4 |
gradio>=4.44,<5
|
| 5 |
fastapi>=0.110
|
| 6 |
uvicorn>=0.29
|
| 7 |
-
spaces>=0.26
|
| 8 |
|
| 9 |
-
numpy
|
| 10 |
-
scipy
|
| 11 |
soundfile
|
|
|
|
| 12 |
huggingface_hub>=0.24
|
| 13 |
-
requests
|
|
|
|
| 1 |
+
spaces>=0.26
|
| 2 |
+
|
| 3 |
+
torch>=2.2
|
| 4 |
+
torchaudio>=2.2
|
| 5 |
|
| 6 |
gradio>=4.44,<5
|
| 7 |
fastapi>=0.110
|
| 8 |
uvicorn>=0.29
|
|
|
|
| 9 |
|
|
|
|
|
|
|
| 10 |
soundfile
|
| 11 |
+
numpy
|
| 12 |
huggingface_hub>=0.24
|
| 13 |
+
requests
|