Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ keyphrase_vectorizers==0.0.7
|
|
3 |
nltk==3.7
|
4 |
torch==1.11.0
|
5 |
transformers==4.18.0
|
6 |
-
huggingface_hub==0.5.1
|
|
|
|
3 |
nltk==3.7
|
4 |
torch==1.11.0
|
5 |
transformers==4.18.0
|
6 |
+
huggingface_hub==0.5.1
|
7 |
+
sentence_transformers==2.2.0
|