Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +12 -10
requirements.txt
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
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 |
+
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
|