Spaces:
No application file
No application file
Update requirements.txt
Browse files- requirements.txt +18 -5
requirements.txt
CHANGED
@@ -1,7 +1,20 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
transformers
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
gradio==4.29.0
|
7 |
gradio-client==0.16.1
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# gradio>=4.24.0
|
2 |
+
huggingface-hub
|
3 |
+
torch
|
4 |
+
transformers
|
5 |
+
sentence-transformers # Added
|
6 |
+
gspread
|
7 |
+
google-auth
|
8 |
+
tqdm
|
9 |
+
ddgs
|
10 |
+
spacy
|
11 |
+
python-dateutil
|
12 |
+
dateparser
|
13 |
+
# -q duckduckgo_search
|
14 |
gradio==4.29.0
|
15 |
gradio-client==0.16.1
|
16 |
+
pydantic==2.10.6
|
17 |
+
datasets
|
18 |
+
faiss-cpu
|
19 |
+
# pickle
|
20 |
+
soundfile
|