Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +10 -3
requirements.txt
CHANGED
@@ -1,11 +1,18 @@
|
|
1 |
fastapi[all]
|
2 |
uvicorn
|
|
|
|
|
3 |
torch==2.1.2+cu121
|
4 |
torchvision==0.16.2+cu121
|
5 |
-
|
6 |
numpy
|
7 |
opencv-python-headless
|
8 |
transformers
|
9 |
python-multipart
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
fastapi[all]
|
2 |
uvicorn
|
3 |
+
# PyTorch dependencies
|
4 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
5 |
torch==2.1.2+cu121
|
6 |
torchvision==0.16.2+cu121
|
7 |
+
|
8 |
numpy
|
9 |
opencv-python-headless
|
10 |
transformers
|
11 |
python-multipart
|
12 |
+
matplotlib
|
13 |
+
easyocr
|
14 |
+
paddleocr
|
15 |
+
pip
|
16 |
+
setuptools
|
17 |
+
wheel
|
18 |
+
paddlepaddle==2.5.1
|