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