Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -5,3 +5,4 @@ Pillow>=10.0.0
|
|
5 |
opencv-python>=4.9.0.80
|
6 |
numpy>=1.24.0
|
7 |
spaces>=0.21.0 # Required for @spaces.GPU decorator (optional if not used)
|
|
|
|
5 |
opencv-python>=4.9.0.80
|
6 |
numpy>=1.24.0
|
7 |
spaces>=0.21.0 # Required for @spaces.GPU decorator (optional if not used)
|
8 |
+
torchvision>=0.16.0
|