Spaces:
Runtime error
Runtime error
Create new file
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
numpy
|
3 |
+
pandas
|
4 |
+
pydeck
|
5 |
+
altair
|
6 |
+
transformers>=4.21
|
7 |
+
optimum[onnxruntime]>=1.3
|
8 |
+
wordcloud
|
9 |
+
matplotlib
|
10 |
+
nltk
|