Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +12 -10
requirements.txt
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 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
|
|
|
|
|
|
|
|
|
| 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 |
+
fastapi-cache==0.1.1
|
| 12 |
+
redis==4.5.4
|