faiimea commited on
Commit
4a819a3
·
verified ·
1 Parent(s): aeeab68

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -7
requirements.txt CHANGED
@@ -1,7 +1,9 @@
1
- numpy
2
- matplotlib
3
- opencv-python
4
- scipy
5
- scikit-image
6
- tqdm
7
- torch
 
 
 
1
+ gradio==4.24.0
2
+ matplotlib==3.7.5
3
+ numpy==1.24.3
4
+ opencv_python==4.8.1.78
5
+ scikit_image==0.19.3
6
+ scipy==1.10.1
7
+ torch==2.2.0
8
+ torchvision==0.16.0
9
+ tqdm==4.66.1