Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -8
requirements.txt
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
streamlit
|
2 |
pandas
|
3 |
-
transformers
|
4 |
-
torch
|
5 |
-
--extra-index-url https://download.pytorch.org/whl/cpu
|
6 |
-
streamlit-aggrid
|
7 |
openpyxl
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
sentencepiece
|
|
|
1 |
streamlit
|
2 |
pandas
|
|
|
|
|
|
|
|
|
3 |
openpyxl
|
4 |
+
huggingface_hub
|
5 |
+
datasets
|
6 |
+
transformers
|
|