Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -3,6 +3,7 @@ pytorch_tabular
|
|
3 |
gradio>=3.0.0
|
4 |
pandas
|
5 |
torch
|
6 |
-
transformers
|
7 |
datasets
|
8 |
-
scikit-learn
|
|
|
|
|
|
3 |
gradio>=3.0.0
|
4 |
pandas
|
5 |
torch
|
|
|
6 |
datasets
|
7 |
+
scikit-learn
|
8 |
+
transformers[torch]
|
9 |
+
accelerate
|