VOIDER commited on
Commit
5e4dc1f
·
verified ·
1 Parent(s): 14e747f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -13
requirements.txt CHANGED
@@ -1,13 +1,11 @@
1
- gradio==4.19.1
2
- torch>=2.0.0
3
- transformers>=4.30.0
4
- pandas>=1.5.0
5
- pillow>=9.0.0
6
- huggingface_hub>=0.16.0
7
- onnxruntime>=1.15.0
8
- opencv-python>=4.6.0
9
- numpy>=1.23.0
10
- ftfy>=6.1.0
11
- regex>=2022.0.0
12
- tqdm>=4.64.0
13
- clip @ git+https://github.com/openai/CLIP.git
 
1
+ opencv-python
2
+ torch
3
+ gradio
4
+ numpy
5
+ pandas
6
+ onnxruntime
7
+ pytorch-lightning
8
+ transformers
9
+ Pillow
10
+ clip
11
+ huggingface_hub