Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -9,6 +9,7 @@ Pillow>=9.0.0
|
|
9 |
pillow-avif-plugin>=1.3.0
|
10 |
opencv-python>=4.8.0
|
11 |
rembg>=2.0.50
|
|
|
12 |
|
13 |
# Data processing
|
14 |
numpy>=1.21.0
|
|
|
9 |
pillow-avif-plugin>=1.3.0
|
10 |
opencv-python>=4.8.0
|
11 |
rembg>=2.0.50
|
12 |
+
onnxruntime>=1.15.0 # <- Tambahan ini
|
13 |
|
14 |
# Data processing
|
15 |
numpy>=1.21.0
|