Spaces:
Build error
Build error
Upload requirements.txt
#16
by
awinml
- opened
- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
pandas
|
2 |
nltk
|
3 |
tqdm
|
4 |
pinecone-client
|
@@ -9,7 +9,7 @@ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.3.0
|
|
9 |
torch
|
10 |
git+https://github.com/UKPLab/sentence-transformers.git
|
11 |
transformers
|
12 |
-
streamlit
|
13 |
streamlit-scrollable-textbox
|
14 |
openai
|
15 |
InstructorEmbedding
|
|
|
1 |
+
pandas
|
2 |
nltk
|
3 |
tqdm
|
4 |
pinecone-client
|
|
|
9 |
torch
|
10 |
git+https://github.com/UKPLab/sentence-transformers.git
|
11 |
transformers
|
12 |
+
streamlit
|
13 |
streamlit-scrollable-textbox
|
14 |
openai
|
15 |
InstructorEmbedding
|