Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,11 @@ fastapi
|
|
| 2 |
uvicorn
|
| 3 |
python-multipart
|
| 4 |
pdfminer.six
|
| 5 |
-
pdfplumber
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
uvicorn
|
| 3 |
python-multipart
|
| 4 |
pdfminer.six
|
| 5 |
+
pdfplumber
|
| 6 |
+
pydantic
|
| 7 |
+
torch
|
| 8 |
+
soundfile
|
| 9 |
+
kokoro>=0.1.9
|
| 10 |
+
numpy
|
| 11 |
+
# For phonemization (multilingual support)
|
| 12 |
+
phonemizer
|