faranbutt789 commited on
Commit
bb71149
·
verified ·
1 Parent(s): 12b9e29

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
- torch
2
- torchvision
3
- gradio
4
- huggingface_hub
5
- numpy
 
 
 
1
+ torch>=1.9.0
2
+ torchvision>=0.10.0
3
+ gradio>=4.0.0
4
+ huggingface_hub>=0.17.0
5
+ opencv-python>=4.5.0
6
+ numpy>=1.21.0
7
+ Pillow>=8.3.0