Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -6,6 +6,7 @@ datasets
|
|
| 6 |
sentence-transformers
|
| 7 |
transformers
|
| 8 |
tensorflow
|
|
|
|
| 9 |
# Additional libraries based on your code (if applicable)
|
| 10 |
mysql-connector-python # If using MySQL database
|
| 11 |
Pillow # If using PIL for image processing
|
|
|
|
| 6 |
sentence-transformers
|
| 7 |
transformers
|
| 8 |
tensorflow
|
| 9 |
+
tf-keras
|
| 10 |
# Additional libraries based on your code (if applicable)
|
| 11 |
mysql-connector-python # If using MySQL database
|
| 12 |
Pillow # If using PIL for image processing
|