Commit
·
10cbb33
1
Parent(s):
52a1718
Added more requirements for CLIP.
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -3,4 +3,9 @@ torch
|
|
3 |
pandas
|
4 |
gradio
|
5 |
faiss-gpu
|
|
|
|
|
|
|
|
|
|
|
6 |
git+https://github.com/openai/CLIP.git
|
|
|
3 |
pandas
|
4 |
gradio
|
5 |
faiss-gpu
|
6 |
+
ftfy
|
7 |
+
torchvision
|
8 |
+
regex
|
9 |
+
tqdm
|
10 |
+
cuda-python
|
11 |
git+https://github.com/openai/CLIP.git
|