Spaces:
Paused
Paused
updated requirements to include transformers and sentence-transformers
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,6 @@ pandas
|
|
| 2 |
numpy
|
| 3 |
matplotlib
|
| 4 |
seaborn
|
| 5 |
-
plotly
|
|
|
|
|
|
|
|
|
| 2 |
numpy
|
| 3 |
matplotlib
|
| 4 |
seaborn
|
| 5 |
+
plotly
|
| 6 |
+
transformers
|
| 7 |
+
sentence-transformers
|