Manus Bot commited on
Commit
faa79f8
·
1 Parent(s): e43d25c

Fix: Update requirements for compatibility

Browse files

- Use opencv-python-headless to avoid GUI issues in Spaces
- Update numpy to latest for compatibility
- Clean up requirements

Files changed (1) hide show
  1. requirements.txt +25 -26
requirements.txt CHANGED
@@ -1,26 +1,25 @@
1
- torch
2
- easyocr
3
- torchvision
4
- supervision==0.18.0
5
- openai
6
- transformers
7
- ultralytics
8
- azure-identity
9
- numpy==1.26.4
10
- opencv-python
11
- opencv-python-headless
12
- gradio
13
- gradio-client>=0.16.0
14
- dill
15
- accelerate
16
- timm
17
- einops==0.8.0
18
- paddleocr
19
- paddlepaddle
20
- huggingface_hub
21
- matplotlib
22
- requests
23
- pillow
24
- fastapi
25
- uvicorn
26
- python-multipart
 
1
+ torch
2
+ easyocr
3
+ torchvision
4
+ supervision==0.18.0
5
+ openai
6
+ transformers
7
+ ultralytics
8
+ azure-identity
9
+ numpy
10
+ opencv-python-headless
11
+ gradio
12
+ gradio-client>=0.16.0
13
+ dill
14
+ accelerate
15
+ timm
16
+ einops==0.8.0
17
+ paddleocr
18
+ paddlepaddle
19
+ huggingface_hub
20
+ matplotlib
21
+ requests
22
+ pillow
23
+ fastapi
24
+ uvicorn
25
+ python-multipart