arpit13 commited on
Commit
55c31d0
·
verified ·
1 Parent(s): 04b7129

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- torch
2
- numpy
3
- gradio
4
- cv2
5
-
6
-
 
1
+ torch>=1.7.0
2
+ torchvision>=0.8.0
3
+ numpy>=1.19.2
4
+ opencv-python-headless>=4.5.1
5
+ gradio>=3.0
6
+ Pillow>=8.0.0