Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -5,14 +5,13 @@ 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
|
|
|
5 |
black
|
6 |
pylint
|
7 |
bs4
|
8 |
+
huggingface_hub[cli]
|
9 |
numpy
|
10 |
PyYAML==6.0.2
|
11 |
langchain-community
|
12 |
langchain-core
|
13 |
langchain
|
14 |
matplotlib
|
|
|
15 |
streamlit-ace
|
16 |
streamlit
|
17 |
gradio
|