Spaces:
Sleeping
Sleeping
hoo
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -7,9 +7,10 @@ httpx==0.25.2
|
|
7 |
langdetect==1.0.9
|
8 |
deep-translator==1.11.4
|
9 |
beautifulsoup4==4.12.2
|
10 |
-
sentence-transformers==2.
|
11 |
-
|
12 |
-
|
|
|
13 |
tenacity==8.2.3
|
14 |
psutil==5.9.0
|
15 |
gradio==4.8.0
|
|
|
7 |
langdetect==1.0.9
|
8 |
deep-translator==1.11.4
|
9 |
beautifulsoup4==4.12.2
|
10 |
+
sentence-transformers==2.7.0
|
11 |
+
huggingface-hub==0.20.3
|
12 |
+
faiss-cpu==1.8.0
|
13 |
+
numpy==1.26.4
|
14 |
tenacity==8.2.3
|
15 |
psutil==5.9.0
|
16 |
gradio==4.8.0
|