Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -3,5 +3,10 @@ uvicorn==0.21.1
|
|
3 |
python-multipart==0.0.6
|
4 |
transformers==4.35.2
|
5 |
torch==2.1.1
|
|
|
6 |
Pillow==10.1.0
|
7 |
-
numpy==1.26.2
|
|
|
|
|
|
|
|
|
|
3 |
python-multipart==0.0.6
|
4 |
transformers==4.35.2
|
5 |
torch==2.1.1
|
6 |
+
torchvision==0.16.1
|
7 |
Pillow==10.1.0
|
8 |
+
numpy==1.26.2
|
9 |
+
timm==0.9.12
|
10 |
+
safetensors==0.4.2
|
11 |
+
opencv-python-headless==4.8.1.78
|
12 |
+
protobuf==3.20.0
|