Janeka commited on
Commit
ee349e9
·
verified ·
1 Parent(s): 5e34709

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- rembg
2
- gradio
3
  torch
4
- pillow
5
- numpy
6
- onnxruntime
 
 
 
 
 
1
  torch
2
+ onnxruntime
3
+ gradio>=3.50.0
4
+ rembg>=2.0.50
5
+ Pillow>=10.0.0
6
+ numpy>=1.23.0