Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
-
|
|
|
|
| 4 |
scipy
|
| 5 |
soundfile
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
+
|
| 4 |
+
numpy<2
|
| 5 |
scipy
|
| 6 |
soundfile
|
| 7 |
+
|
| 8 |
+
transformers==4.36.2
|
| 9 |
+
sentencepiece
|