Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -2,4 +2,7 @@ pip==24.3.1
|
|
2 |
pytorch_tabular
|
3 |
gradio>=3.0.0
|
4 |
pandas
|
5 |
-
torch
|
|
|
|
|
|
|
|
2 |
pytorch_tabular
|
3 |
gradio>=3.0.0
|
4 |
pandas
|
5 |
+
torch
|
6 |
+
transformers
|
7 |
+
datasets
|
8 |
+
sklearn
|