Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
torch
|
2 |
-
transformers
|
3 |
-
tensorflow>=2.0.0
|
|
|
|
1 |
torch
|
2 |
+
transformers==4.30.2
|
3 |
+
tensorflow>=2.0.0,<3.0.0
|
4 |
+
tf-keras
|