Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
beautifulsoup4
|
2 |
torch
|
3 |
streamlit
|
4 |
-
transformers
|
5 |
black
|
6 |
pylint
|
7 |
huggingface_hub
|
@@ -10,6 +10,7 @@ langchain-community==0.2.11
|
|
10 |
langchain-core==0.2.28
|
11 |
langchain==0.2.12
|
12 |
matplotlib
|
|
|
13 |
streamlit-ace
|
14 |
streamlit
|
15 |
gradio
|
|
|
1 |
beautifulsoup4
|
2 |
torch
|
3 |
streamlit
|
4 |
+
transformers[all]
|
5 |
black
|
6 |
pylint
|
7 |
huggingface_hub
|
|
|
10 |
langchain-core==0.2.28
|
11 |
langchain==0.2.12
|
12 |
matplotlib
|
13 |
+
huggingface_hub[cli]
|
14 |
streamlit-ace
|
15 |
streamlit
|
16 |
gradio
|