Spaces:
Runtime error
Runtime error
Fix opencv-python version.
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -16,7 +16,7 @@ torchvision>=0.15.2
|
|
16 |
pytorchvideo==0.1.5
|
17 |
moviepy==1.0.3
|
18 |
scenedetect==0.6.3
|
19 |
-
openv-python
|
20 |
# misc
|
21 |
scikit-learn==1.2.2
|
22 |
huggingface_hub==0.22.2
|
|
|
16 |
pytorchvideo==0.1.5
|
17 |
moviepy==1.0.3
|
18 |
scenedetect==0.6.3
|
19 |
+
openv-python
|
20 |
# misc
|
21 |
scikit-learn==1.2.2
|
22 |
huggingface_hub==0.22.2
|