Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +14 -6
requirements.txt
CHANGED
@@ -1,6 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
requests
|
2 |
+
sentencepiece
|
3 |
+
fastapi
|
4 |
+
uvicorn
|
5 |
+
transformers
|
6 |
+
pillow
|
7 |
+
cython
|
8 |
+
torch
|
9 |
+
pydantic
|
10 |
+
pytest
|
11 |
+
requests
|
12 |
+
pydantic-settings
|
13 |
+
PyYAML
|
14 |
+
python-multipart
|