Spaces:
Build error
Build error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers==4.40.0
|
| 2 |
+
torch==2.5.1
|
| 3 |
+
gradio==4.40.0
|
| 4 |
+
datasets
|
| 5 |
+
scikit-learn
|
| 6 |
+
accelerate
|