Spaces:
Runtime error
Runtime error
added pandas and numpy packages
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
torch
|
2 |
transformers
|
3 |
-
|
|
|
4 |
|
5 |
|
|
|
1 |
torch
|
2 |
transformers
|
3 |
+
pandas
|
4 |
+
numpy
|
5 |
|
6 |
|