Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +19 -19
requirements.txt
CHANGED
@@ -1,23 +1,23 @@
|
|
1 |
-
torch
|
2 |
-
|
3 |
-
|
|
|
4 |
supervision==0.18.0
|
5 |
openai==1.3.5
|
6 |
-
transformers
|
7 |
ultralytics==8.3.70
|
8 |
-
azure-identity
|
9 |
-
|
10 |
-
opencv-python
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
timm
|
16 |
einops==0.8.0
|
17 |
-
paddlepaddle
|
18 |
-
paddleocr
|
19 |
-
fastapi
|
20 |
-
uvicorn
|
21 |
-
huggingface_hub
|
22 |
-
celery
|
23 |
-
redis
|
|
|
1 |
+
torch==2.2.2
|
2 |
+
torchvision==0.17.2
|
3 |
+
numpy==1.24.3
|
4 |
+
easyocr==1.7.1
|
5 |
supervision==0.18.0
|
6 |
openai==1.3.5
|
7 |
+
transformers==4.36.2
|
8 |
ultralytics==8.3.70
|
9 |
+
azure-identity==1.15.0
|
10 |
+
opencv-python==4.8.1.78
|
11 |
+
opencv-python-headless==4.8.1.78
|
12 |
+
gradio==4.13.0
|
13 |
+
dill==0.3.7
|
14 |
+
accelerate==0.25.0
|
15 |
+
timm==0.9.12
|
|
|
16 |
einops==0.8.0
|
17 |
+
paddlepaddle==2.5.2
|
18 |
+
paddleocr==2.7.0.3
|
19 |
+
fastapi==0.104.1
|
20 |
+
uvicorn==0.23.2
|
21 |
+
huggingface_hub==0.19.4
|
22 |
+
celery==5.3.6
|
23 |
+
redis==5.0.1
|