Spaces:
Runtime error
Runtime error
fikird
commited on
Commit
·
5058a26
1
Parent(s):
a070307
Reorder dependencies to fix sentence-transformers installation
Browse files- requirements.txt +1 -5
requirements.txt
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
-
gradio==4.14.0
|
2 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
3 |
torch==2.1.0
|
4 |
-
torchvision==0.16.0
|
5 |
-
torchaudio==2.1.0
|
6 |
transformers==4.35.2
|
7 |
sentence-transformers==2.2.2
|
|
|
8 |
duckduckgo-search==3.9.3
|
9 |
beautifulsoup4==4.12.2
|
10 |
langchain==0.0.335
|
@@ -20,5 +18,3 @@ geopy==2.4.1
|
|
20 |
httpx==0.25.2
|
21 |
googlesearch-python==1.2.3
|
22 |
waybackpy==3.0.6
|
23 |
-
nltk==3.8.1
|
24 |
-
scikit-learn==1.3.2
|
|
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
torch==2.1.0
|
|
|
|
|
3 |
transformers==4.35.2
|
4 |
sentence-transformers==2.2.2
|
5 |
+
gradio==4.14.0
|
6 |
duckduckgo-search==3.9.3
|
7 |
beautifulsoup4==4.12.2
|
8 |
langchain==0.0.335
|
|
|
18 |
httpx==0.25.2
|
19 |
googlesearch-python==1.2.3
|
20 |
waybackpy==3.0.6
|
|
|
|