Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
-
|
| 2 |
gradio>=3.50
|
| 3 |
-
openai>=1.0.0
|
| 4 |
sentence-transformers
|
| 5 |
faiss-cpu
|
| 6 |
pandas
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
python-docx
|
| 8 |
PyPDF2
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
numpy
|
| 12 |
-
huggingface_hub
|
| 13 |
-
|
|
|
|
| 1 |
+
openai
|
| 2 |
gradio>=3.50
|
|
|
|
| 3 |
sentence-transformers
|
| 4 |
faiss-cpu
|
| 5 |
pandas
|
| 6 |
+
numpy
|
| 7 |
+
requests
|
| 8 |
+
beautifulsoup4
|
| 9 |
+
huggingface_hub>=0.19
|
| 10 |
+
docx
|
| 11 |
python-docx
|
| 12 |
PyPDF2
|
| 13 |
+
user-agents
|
| 14 |
+
uuid
|
|
|
|
|
|
|
|
|