Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|