Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -9,4 +9,5 @@ langdetect>=1.0.9
|
|
9 |
rembg>=2.0.0
|
10 |
torch>=2.0.0
|
11 |
torchvision>=0.15.0
|
12 |
-
onnxruntime>=1.15.0
|
|
|
|
9 |
rembg>=2.0.0
|
10 |
torch>=2.0.0
|
11 |
torchvision>=0.15.0
|
12 |
+
onnxruntime>=1.15.0
|
13 |
+
requests>=2.31.0
|