Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
gradio
|
2 |
-
langchain
|
3 |
-
huggingface-hub
|
4 |
-
transformers
|
5 |
-
sentence-transformers
|
6 |
-
faiss-cpu
|
7 |
-
PyPDF2
|
8 |
-
python-docx
|
9 |
-
python-pptx
|
10 |
-
pandas
|
11 |
-
markdown
|
12 |
asyncio
|
13 |
dataclasses
|
14 |
uuid
|
|
|
1 |
+
gradio
|
2 |
+
langchain
|
3 |
+
huggingface-hub
|
4 |
+
transformers
|
5 |
+
sentence-transformers
|
6 |
+
faiss-cpu
|
7 |
+
PyPDF2
|
8 |
+
python-docx
|
9 |
+
python-pptx
|
10 |
+
pandas
|
11 |
+
markdown
|
12 |
asyncio
|
13 |
dataclasses
|
14 |
uuid
|