Janeka commited on
Commit
ce4a23a
·
verified ·
1 Parent(s): 7ab6643

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- gradio
 
 
2
  torch
3
  torchvision
4
  opencv-python
5
  numpy
6
- Pillow
7
  requests
8
- transformers
9
- rembg # For U2Net and other models
 
1
+ gradio==3.50.2
2
+ rembg==2.0.50
3
+ Pillow==10.1.0
4
  torch
5
  torchvision
6
  opencv-python
7
  numpy
 
8
  requests
9
+ transformers