Spaces:
Sleeping
Sleeping
Add faster-whisper to requirements (was missing on Space)
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
| 3 |
-
|
| 4 |
-
transformers
|
| 5 |
librosa
|
| 6 |
soundfile
|
| 7 |
-
accelerate
|
| 8 |
python-multipart
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
| 3 |
+
faster-whisper
|
|
|
|
| 4 |
librosa
|
| 5 |
soundfile
|
|
|
|
| 6 |
python-multipart
|
| 7 |
+
numpy
|
| 8 |
+
transformers
|
| 9 |
+
torch --index-url https://download.pytorch.org/whl/cpu
|