Tas01 commited on
Commit
af31e0f
·
verified ·
1 Parent(s): d572c60

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -6
requirements.txt CHANGED
@@ -1,9 +1,15 @@
1
- gradio>=4.0.0
2
  torch>=2.0.0
3
  torchvision>=0.15.0
4
- opencv-python>=4.8.0
5
- pillow>=10.0.0
6
- numpy>=1.24.0
7
  transformers>=4.30.0
8
- ultralytics>=8.0.0
9
- requests>=2.28.0
 
 
 
 
 
 
 
 
 
 
 
 
1
  torch>=2.0.0
2
  torchvision>=0.15.0
 
 
 
3
  transformers>=4.30.0
4
+ gradio>=3.35.0
5
+ pillow>=9.0.0
6
+ opencv-python>=4.7.0
7
+ numpy>=1.24.0
8
+ requests>=2.28.0
9
+ accelerate>=0.20.0
10
+ bitsandbytes>=0.39.0
11
+ datasets>=2.12.0
12
+ safetensors>=0.3.0
13
+ huggingface-hub>=0.15.0
14
+ scipy>=1.10.0
15
+ psutil>=5.9.0