Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -7,4 +7,6 @@ pydub>=0.25.0
|
|
7 |
numpy>=1.21.0
|
8 |
langdetect>=1.0.9
|
9 |
rembg>=2.0.0
|
10 |
-
|
|
|
|
|
|
7 |
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 |
+
torchvision>=0.15.0
|