Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
python-multipart
|
|
|
|
|
|
|
| 4 |
librosa
|
| 5 |
-
numpy
|
| 6 |
noisereduce
|
| 7 |
-
scipy
|
| 8 |
-
torch
|
| 9 |
-
torchvision
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
python-multipart
|
| 4 |
+
torch --index-url https://download.pytorch.org/whl/cpu
|
| 5 |
+
torchvision --index-url https://download.pytorch.org/whl/cpu
|
| 6 |
librosa
|
| 7 |
+
numpy
|
| 8 |
noisereduce
|
| 9 |
+
scipy
|
|
|
|
|
|