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