Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ huggingface_hub>=0.19.3
|
|
3 |
transformers>=4.31.0
|
4 |
torch>=1.7.0
|
5 |
opencv-python>=4.5.0
|
6 |
-
numpy>=1.21.0
|
|
|
|
3 |
transformers>=4.31.0
|
4 |
torch>=1.7.0
|
5 |
opencv-python>=4.5.0
|
6 |
+
numpy>=1.21.0
|
7 |
+
torchvision>=0.12.0
|