Spaces:
Sleeping
Sleeping
ae5115242430e13
commited on
Update requirement.txt
Browse files- requirement.txt +5 -6
requirement.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
-
langchain
|
2 |
-
langchain-community
|
3 |
-
groq
|
4 |
-
|
5 |
-
|
6 |
-
huggingface_hub
|
|
|
1 |
+
!pip install langchain
|
2 |
+
!pip install langchain-community
|
3 |
+
!pip install groq
|
4 |
+
!pip install gradio
|
5 |
+
!pip install huggingface_hub
|
|