Spaces:
Build error
Build error
Commit
·
a21fc84
1
Parent(s):
661ff60
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
-
torch
|
2 |
-
transformers
|
3 |
-
|
|
|
|
|
|
|
|
1 |
+
torch>=1.9.0
|
2 |
+
transformers>=4.8.0
|
3 |
+
scikit-learn>=0.24.2
|
4 |
+
pandas>=1.3.0
|
5 |
+
numpy>=1.21.0
|
6 |
+
gradio>=2.4.0
|