Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1 +1,6 @@
|
|
1 |
-
opencv-python==4.7.0.72
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
opencv-python==4.7.0.72
|
2 |
+
torch>=1.8.0
|
3 |
+
torchvision==0.9.0
|
4 |
+
numpy==1.21.1
|
5 |
+
tqdm==4.21.0
|
6 |
+
moviepy==1.0.3
|