Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
|
|
|
|
|
| 1 |
opencv-python-headless
|
| 2 |
fastapi
|
| 3 |
uvicorn
|
| 4 |
python-multipart
|
| 5 |
-
requests
|
| 6 |
numpy<2.0.0
|
| 7 |
-
paddlepaddle==2.6.2
|
| 8 |
-
paddleocr>=2.7.0
|
| 9 |
sentence-transformers
|
| 10 |
torch
|
| 11 |
rapidfuzz
|
|
|
|
| 1 |
+
paddlepaddle==2.6.2
|
| 2 |
+
paddleocr==2.7.0
|
| 3 |
opencv-python-headless
|
| 4 |
fastapi
|
| 5 |
uvicorn
|
| 6 |
python-multipart
|
|
|
|
| 7 |
numpy<2.0.0
|
|
|
|
|
|
|
| 8 |
sentence-transformers
|
| 9 |
torch
|
| 10 |
rapidfuzz
|