Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -4,13 +4,15 @@ streamlit
|
|
4 |
transformers[all]
|
5 |
black
|
6 |
pylint
|
|
|
7 |
huggingface_hub
|
8 |
numpy
|
9 |
-
|
10 |
-
langchain-
|
11 |
-
langchain
|
|
|
12 |
matplotlib
|
13 |
-
|
14 |
streamlit-ace
|
15 |
streamlit
|
16 |
gradio
|
|
|
4 |
transformers[all]
|
5 |
black
|
6 |
pylint
|
7 |
+
bs4
|
8 |
huggingface_hub
|
9 |
numpy
|
10 |
+
PyYAML==6.0.2
|
11 |
+
langchain-community
|
12 |
+
langchain-core
|
13 |
+
langchain
|
14 |
matplotlib
|
15 |
+
huggingface-hub=0.24.5
|
16 |
streamlit-ace
|
17 |
streamlit
|
18 |
gradio
|