Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -8,5 +8,6 @@ numpy>=1.21.0
|
|
8 |
langdetect>=1.0.9
|
9 |
rembg>=2.0.0
|
10 |
torch>=2.0.0
|
|
|
11 |
onnxruntime>=1.15.0
|
12 |
-
|
|
|
8 |
langdetect>=1.0.9
|
9 |
rembg>=2.0.0
|
10 |
torch>=2.0.0
|
11 |
+
torchvision>=0.15.0
|
12 |
onnxruntime>=1.15.0
|
13 |
+
moviepy>=1.0.3
|