Spaces:
Runtime error
Runtime error
charreaubell
commited on
Commit
•
e7b3c5b
1
Parent(s):
86d081b
update requirements and settings to remove ipyfilechooser for ipywidgets
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
langchain
|
2 |
-
pandas
|
3 |
-
numpy
|
4 |
-
openai
|
5 |
-
gradio
|
6 |
-
chromadb
|
7 |
-
tiktoken
|
8 |
-
unstructured
|
|
|
1 |
+
#langchain
|
2 |
+
#pandas
|
3 |
+
#numpy
|
4 |
+
#openai
|
5 |
+
#gradio
|
6 |
+
#chromadb
|
7 |
+
#tiktoken
|
8 |
+
#unstructured
|