Spaces:
Runtime error
Runtime error
fix clip dependency to proper repo
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -5,6 +5,9 @@ sentence-transformers
|
|
5 |
pandas
|
6 |
langchain
|
7 |
gputil
|
8 |
-
|
9 |
torch
|
10 |
-
transformers
|
|
|
|
|
|
|
|
5 |
pandas
|
6 |
langchain
|
7 |
gputil
|
8 |
+
pip install git+https://github.com/openai/CLIP.git
|
9 |
torch
|
10 |
+
transformers
|
11 |
+
ftfy
|
12 |
+
regex
|
13 |
+
tqdm
|