Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,6 +4,7 @@ torchvision==0.16.2
|
|
4 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
5 |
# Note: The above line ensures CPU-compatible PyTorch installation
|
6 |
|
|
|
7 |
# Computer Vision and Image Processing
|
8 |
opencv-python==4.8.1.78
|
9 |
Pillow==10.1.0
|
@@ -21,4 +22,4 @@ uuid==1.30
|
|
21 |
# Additional system utilities
|
22 |
setuptools>=65.5.1
|
23 |
timm
|
24 |
-
transformers
|
|
|
4 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
5 |
# Note: The above line ensures CPU-compatible PyTorch installation
|
6 |
|
7 |
+
|
8 |
# Computer Vision and Image Processing
|
9 |
opencv-python==4.8.1.78
|
10 |
Pillow==10.1.0
|
|
|
22 |
# Additional system utilities
|
23 |
setuptools>=65.5.1
|
24 |
timm
|
25 |
+
transformers
|