Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wandb>=0.15.3
|
2 |
+
openai==0.27.*
|
3 |
+
pandas==1.5.*
|
4 |
+
unstructured>=0.6.10
|
5 |
+
langchain>=0.0.188
|
6 |
+
gradio>=3.33.1
|
7 |
+
gradio_client>=0.2.5
|
8 |
+
tenacity>=8.2.2
|
9 |
+
tiktoken>=0.4.0
|
10 |
+
rich>=13.0.1
|
11 |
+
chromadb>=0.3.25
|
12 |
+
pdf2image>=1.16.3
|
13 |
+
tabulate>=0.9.0
|