Yaxh64 commited on
Commit
33a0989
·
verified ·
1 Parent(s): 68016eb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -9
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
- fastapi>=0.100.0
2
- uvicorn[standard]>=0.23.0
3
- python-multipart>=0.0.7
4
- torch>=2.0.0
5
- transformers>=4.35.0
6
- Pillow>=9.0.0
7
- opencv-python-headless>=4.8.0
8
- numpy>=1.24.0
9
- pydantic>=2.0.0
 
 
1
+ fastapi
2
+ uvicorn
3
+ python-multipart
4
+ torch --index-url https://download.pytorch.org/whl/cpu
5
+ transformers
6
+ pillow
7
+ opencv-python-headless
8
+ numpy
9
+ pydantic
10
+ gradio