mjavaid commited on
Commit
b1ec465
·
1 Parent(s): 5253b6b

first commit

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -3
requirements.txt CHANGED
@@ -1,4 +1,7 @@
1
  git+https://github.com/huggingface/[email protected]
2
- gradio
3
- torch
4
- Pillow
 
 
 
 
1
  git+https://github.com/huggingface/[email protected]
2
+ gradio>=4.0.0
3
+ torch>=2.0.0
4
+ torchvision>=0.15.0
5
+ pillow>=9.0.0
6
+ requests>=2.28.0
7
+ numpy>=1.22.0