dramp77 commited on
Commit
501279e
·
verified ·
1 Parent(s): 9fb65a5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -6
requirements.txt CHANGED
@@ -1,6 +1,11 @@
1
- Pillow
2
- rembg
3
- gradio
4
- transformers
5
- numpy
6
- torchvision
 
 
 
 
 
 
1
+ gradio==4.37.2
2
+ rembg==2.0.57
3
+ torch==2.3.1
4
+ torchvision==0.18.1
5
+ pillow==10.4.0
6
+ numpy==1.26.4
7
+ typing==3.7.4.3
8
+ scikit-image==0.24.0
9
+ huggingface_hub==0.23.4
10
+ transformers==4.42.4
11
+ gradio_imageslider==0.0.20