Spaces:
Runtime error
Runtime error
Charreau Bell, Ph.D
commited on
Commit
•
cfbab6d
1
Parent(s):
4d63f3e
Merge pull request #204 from vanderbilt-data-science/203-gradio-pin
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -2,9 +2,9 @@ langchain
|
|
2 |
pandas
|
3 |
numpy
|
4 |
openai
|
5 |
-
gradio
|
6 |
chromadb
|
7 |
tiktoken
|
8 |
unstructured
|
9 |
poppler-utils
|
10 |
-
unstructured[pdf]
|
|
|
2 |
pandas
|
3 |
numpy
|
4 |
openai
|
5 |
+
gradio>3.5,<4.0
|
6 |
chromadb
|
7 |
tiktoken
|
8 |
unstructured
|
9 |
poppler-utils
|
10 |
+
unstructured[pdf]
|