Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -2,8 +2,8 @@ fastapi==0.74.*
|
|
2 |
requests==2.27.*
|
3 |
uvicorn[standard]==0.17.*
|
4 |
sentencepiece==0.1.*
|
5 |
-
torch==1.
|
6 |
-
transformers
|
7 |
pytesseract==0.3.10
|
8 |
python-multipart==0.0.6
|
9 |
protobuf>=4.21.3
|
|
|
2 |
requests==2.27.*
|
3 |
uvicorn[standard]==0.17.*
|
4 |
sentencepiece==0.1.*
|
5 |
+
torch==1.13.1
|
6 |
+
transformers==4.28.1
|
7 |
pytesseract==0.3.10
|
8 |
python-multipart==0.0.6
|
9 |
protobuf>=4.21.3
|