Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas
|
2 |
+
transformers
|
3 |
+
numpy
|
4 |
+
keras
|
5 |
+
matplotlib
|
6 |
+
nltk
|
7 |
+
tensorflow
|
8 |
+
tqdm
|