Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -4
requirements.txt
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
-
numpy
|
2 |
-
pandas
|
3 |
streamlit
|
|
|
|
|
|
|
|
|
|
|
4 |
plotly
|
5 |
-
|
6 |
-
matplotlib
|
|
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
+
pandas
|
3 |
+
requests
|
4 |
+
beautifulsoup4
|
5 |
+
transformers
|
6 |
+
torch
|
7 |
plotly
|
8 |
+
wordcloud
|
9 |
+
matplotlib
|
10 |
+
scikit-learn
|
11 |
+
sentencepiece
|