Update requirements.txt
Browse files- requirements.txt +11 -13
requirements.txt
CHANGED
@@ -1,13 +1,11 @@
|
|
1 |
-
|
2 |
-
torch
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
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
|
|
|
|