Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +10 -11
requirements.txt
CHANGED
|
@@ -1,14 +1,13 @@
|
|
| 1 |
-
--index-url https://download.pytorch.org/whl/
|
| 2 |
-
|
|
|
|
| 3 |
|
| 4 |
-
|
| 5 |
-
|
|
|
|
| 6 |
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
diffusers>=0.31
|
| 10 |
soundfile
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
safetensors
|
| 14 |
-
pyyaml
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
torch==2.2.2+cpu
|
| 3 |
+
torchaudio==2.2.2+cpu
|
| 4 |
|
| 5 |
+
gradio>=4.44,<5
|
| 6 |
+
fastapi>=0.110
|
| 7 |
+
uvicorn>=0.29
|
| 8 |
|
| 9 |
+
numpy
|
| 10 |
+
scipy
|
|
|
|
| 11 |
soundfile
|
| 12 |
+
huggingface_hub>=0.24
|
| 13 |
+
requests
|
|
|
|
|
|