Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
-
llama-index
|
5 |
-
|
6 |
-
huggingface_hub==0.16.4
|
|
|
1 |
+
gradio==3.31.1
|
2 |
+
langchain==0.0.301
|
3 |
+
huggingface_hub==0.15.1
|
4 |
+
llama-index==0.5.6
|
5 |
+
python-dotenv==1.0.0
|
|