Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
streamlit
|
2 |
-
transformers==4.28.1 # Ensure compatibility
|
3 |
-
torch==2.0.1
|
4 |
-
|
|
|
1 |
streamlit
|
2 |
+
transformers==4.28.1 # Ensure compatibility with other packages
|
3 |
+
torch==2.0.1 # PyTorch version
|
4 |
+
tensorflow==2.14.0 # Replace tf-keras with full TensorFlow install
|