Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
streamlit
|
2 |
numpy
|
3 |
-
tensorflow
|
4 |
-
scikit-learn
|
5 |
-
transformers
|
6 |
torch
|
7 |
-
|
8 |
datasets
|
9 |
-
|
|
|
|
|
|
1 |
streamlit
|
2 |
numpy
|
|
|
|
|
|
|
3 |
torch
|
4 |
+
transformers
|
5 |
datasets
|
6 |
+
huggingface-hub
|
7 |
+
plotly
|
8 |
+
pandas
|