Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
gradio>=3.50
|
2 |
rembg>=2.0.50
|
3 |
Pillow>=10.0.0
|
4 |
-
numpy>=1.0
|
|
|
|
1 |
gradio>=3.50
|
2 |
rembg>=2.0.50
|
3 |
Pillow>=10.0.0
|
4 |
+
numpy>=1.0
|
5 |
+
onnxruntime>=1.15.0 # Add this line
|