Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,15 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
requests
|
2 |
ipython
|
3 |
streamlit
|
4 |
-
transformers
|
5 |
black
|
6 |
pylint
|
7 |
-
requests
|
8 |
-
openai
|
9 |
beautifulsoup4
|
10 |
pandas
|
11 |
matplotlib
|
12 |
-
torch
|
13 |
seaborn
|
14 |
nltk
|
15 |
six
|
|
|
1 |
+
gradio
|
2 |
+
langchain
|
3 |
+
transformers
|
4 |
+
sentence-transformers
|
5 |
+
torch
|
6 |
requests
|
7 |
ipython
|
8 |
streamlit
|
|
|
9 |
black
|
10 |
pylint
|
|
|
|
|
11 |
beautifulsoup4
|
12 |
pandas
|
13 |
matplotlib
|
|
|
14 |
seaborn
|
15 |
nltk
|
16 |
six
|