Spaces:
Runtime error
Runtime error
Commit
·
bf348ee
1
Parent(s):
239c004
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
openai>=0.27.7
|
2 |
+
llama_index
|
3 |
+
pdf2image
|
4 |
+
cryptography
|
5 |
+
torch
|
6 |
+
psutil
|
7 |
+
pypdf
|
8 |
+
gradio>=3.23.0
|