Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -3,6 +3,6 @@ requests
|
|
3 |
pandas
|
4 |
langchain
|
5 |
langchain-community
|
6 |
-
huggingface-hub==0.
|
7 |
# Add other dependencies like sentence-transformers if needed by chosen models/tools later
|
8 |
# python-dotenv # If you were using it
|
|
|
3 |
pandas
|
4 |
langchain
|
5 |
langchain-community
|
6 |
+
huggingface-hub==0.20.2
|
7 |
# Add other dependencies like sentence-transformers if needed by chosen models/tools later
|
8 |
# python-dotenv # If you were using it
|