Spaces:
Runtime error
Runtime error
Commit ·
dfe28a4
1
Parent(s): 5669f53
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
openai
|
| 2 |
+
gpt_index==0.4.24
|
| 3 |
+
PyPDF2
|
| 4 |
+
PyCryptodome
|
| 5 |
+
gradio
|
| 6 |
+
langchain
|
| 7 |
+
llama-index
|
| 8 |
+
gradio
|
| 9 |
+
pypdf
|