VOIDER commited on
Commit
4193d6c
·
verified ·
1 Parent(s): 57728d7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -11
requirements.txt CHANGED
@@ -1,13 +1,16 @@
1
- opencv-python
2
- torch
3
- gradio
4
- numpy
5
- pandas
6
- onnxruntime
7
- pytorch-lightning
8
- transformers
9
- Pillow
10
- open-clip-torch
11
- huggingface_hub
 
 
 
12
  safetensors
13
  aesthetic-predictor-v2-5
 
1
+ torch>=1.7.0
2
+ transformers>=4.20.0
3
+ gradio>=3.20.0
4
+ numpy>=1.19.0
5
+ Pillow>=8.0.0
6
+ onnxruntime>=1.8.0
7
+ opencv-python>=4.5.0
8
+ huggingface_hub>=0.10.0
9
+ pandas>=1.3.0
10
+ clip @ git+https://github.com/openai/CLIP.git
11
+ ftfy
12
+ regex
13
+ tqdm
14
+ pytorch_lightning
15
  safetensors
16
  aesthetic-predictor-v2-5