Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
torch
|
2 |
-
transformers==4.
|
3 |
-
tensorflow>=2.0.0,<3.0.0
|
4 |
-
|
|
|
|
1 |
torch
|
2 |
+
transformers==4.28.0 # Ensure compatibility with Keras and TensorFlow
|
3 |
+
tensorflow>=2.0.0,<3.0.0
|
4 |
+
keras==2.11.0
|
5 |
+
|