Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
1 |
+
gradio==3.23.0 # You can adjust based on the latest stable version
|
2 |
+
Pillow==9.2.0 # Image processing library
|
3 |
+
rembg==2.0.27 # Background removal tool
|
4 |
+
numpy==1.21.6 # rembg dependency
|
5 |
+
scikit-image==0.19.2 # rembg dependency
|