DHEIVER commited on
Commit
01cdb9f
·
verified ·
1 Parent(s): 5db4e41

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -8
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- torch>=2.0.0
2
- transformers>=4.30.0
3
- gradio>=4.0.0
4
- Pillow>=9.5.0
5
- numpy>=1.24.0
6
- opencv-python
7
- scipy
8
- scikit-image
 
 
1
+ gradio==4.19.2
2
+ opencv-python==4.9.0.80
3
+ Pillow==10.2.0
4
+ numpy==1.26.3
5
+ torch==2.1.2
6
+ torchvision==0.16.2
7
+ scikit-image==0.22.0
8
+ scipy==1.12.0
9
+ matplotlib==3.8.2