Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
huggingface-hub>=0.23.0
|
|
|
2 |
langchain-core==0.3.0 # Compatible with langchain-huggingface
|
3 |
langchain-huggingface==0.1.0 # Latest version to avoid conflicts
|
4 |
gradio==3.41.2 # Chatbot UI framework
|
|
|
1 |
+
huggingface-hub>=0.23.0
|
2 |
+
langchain==0.0.208 # Core Langchain library
|
3 |
langchain-core==0.3.0 # Compatible with langchain-huggingface
|
4 |
langchain-huggingface==0.1.0 # Latest version to avoid conflicts
|
5 |
gradio==3.41.2 # Chatbot UI framework
|