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