VIATEUR-AI commited on
Commit
655c93f
·
verified ·
1 Parent(s): 643f829

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -8
requirements.txt CHANGED
@@ -1,8 +1,6 @@
1
- rembg==2.0.36
2
- Pillow==10.1.0
3
- torch==2.1.0
4
- opencv-python==4.9.0.74
5
- numpy==1.26.4
6
- requests==2.32.0
7
- transformers==4.34.0
8
- diffusers==1.27.0
 
1
+ # Minimal dependencies for AI Background Remover
2
+
3
+ rembg>=2.0.72
4
+ Pillow>=10.1.0
5
+ numpy>=1.26.4
6
+ gradio==6.9.0