Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
langchain
|
| 2 |
+
langchain-community
|
| 3 |
+
openai==0.28
|
| 4 |
+
faiss-cpu
|
| 5 |
gradio
|
| 6 |
+
pandas
|
| 7 |
+
duckduckgo-search
|
| 8 |
+
pytesseract
|
| 9 |
+
Pillow
|
| 10 |
+
pypdf
|
| 11 |
+
huggingface_hub
|