Spaces:
Running
Running
Commit
·
1bcdf0f
1
Parent(s):
f06409c
API: add translation deps
Browse files- requirements.txt +3 -7
requirements.txt
CHANGED
@@ -1,12 +1,8 @@
|
|
1 |
fastapi
|
2 |
-
uvicorn
|
3 |
-
python-multipart
|
4 |
-
pydantic==2.*
|
5 |
-
pydantic-settings
|
6 |
sentence-transformers
|
7 |
-
faiss-cpu
|
8 |
pypdf
|
9 |
-
|
10 |
transformers>=4.40
|
11 |
sentencepiece
|
12 |
-
sacremoses
|
|
|
1 |
fastapi
|
2 |
+
uvicorn
|
|
|
|
|
|
|
3 |
sentence-transformers
|
|
|
4 |
pypdf
|
5 |
+
faiss-cpu
|
6 |
transformers>=4.40
|
7 |
sentencepiece
|
8 |
+
sacremoses
|