Oranblock commited on
Commit
9990269
·
verified ·
1 Parent(s): e0f44ba

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- gradio
2
- Pillow
3
- rembg
4
- numpy
5
- scikit-image
 
1
+ gradio==3.23.0 # Ensure compatible Gradio version
2
+ Pillow==9.2.0 # For image processing
3
+ rembg==2.0.27 # Background removal
4
+ numpy==1.21.6 # Dependency for rembg
5
+ scikit-image==0.19.2 # Dependency for rembg