Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
CHANGED
|
@@ -5,3 +5,14 @@ gradio
|
|
| 5 |
Pillow
|
| 6 |
openpyxl
|
| 7 |
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
Pillow
|
| 6 |
openpyxl
|
| 7 |
numpy
|
| 8 |
+
python-dotenv
|
| 9 |
+
openai
|
| 10 |
+
langchain
|
| 11 |
+
langchain-openai
|
| 12 |
+
langchain-community
|
| 13 |
+
faiss-cpu
|
| 14 |
+
tiktoken
|
| 15 |
+
requests
|
| 16 |
+
serpapi
|
| 17 |
+
mpld3
|
| 18 |
+
scikit-learn
|