Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
torch
|
| 4 |
-
transformers
|
| 5 |
-
librosa
|
| 6 |
-
soundfile
|
| 7 |
-
python-multipart
|
| 8 |
-
numpy
|
| 9 |
-
requests
|
| 10 |
-
gTTS
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
torch --index-url https://download.pytorch.org/whl/cpu
|
| 4 |
+
transformers
|
| 5 |
+
librosa
|
| 6 |
+
soundfile
|
| 7 |
+
python-multipart
|
| 8 |
+
numpy
|
| 9 |
+
requests
|
| 10 |
+
gTTS
|