Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +16 -15
requirements.txt
CHANGED
|
@@ -1,15 +1,16 @@
|
|
| 1 |
-
fastapi==0.74.*
|
| 2 |
-
requests==2.31.*
|
| 3 |
-
uvicorn
|
| 4 |
-
sentencepiece
|
| 5 |
-
torch
|
| 6 |
-
transformers
|
| 7 |
-
pillow
|
| 8 |
-
python-multipart
|
| 9 |
-
pymupdf
|
| 10 |
-
python-docx
|
| 11 |
-
pandas
|
| 12 |
-
openpyxl
|
| 13 |
-
matplotlib
|
| 14 |
-
seaborn
|
| 15 |
-
tenacity
|
|
|
|
|
|
| 1 |
+
fastapi==0.74.*
|
| 2 |
+
requests==2.31.*
|
| 3 |
+
uvicorn
|
| 4 |
+
sentencepiece
|
| 5 |
+
torch
|
| 6 |
+
transformers
|
| 7 |
+
pillow
|
| 8 |
+
python-multipart
|
| 9 |
+
pymupdf
|
| 10 |
+
python-docx
|
| 11 |
+
pandas
|
| 12 |
+
openpyxl
|
| 13 |
+
matplotlib
|
| 14 |
+
seaborn
|
| 15 |
+
tenacity
|
| 16 |
+
langdetect
|