Spaces:
Sleeping
Sleeping
Fix: Add keras to requirements to resolve FER import error on Hugging Face
Browse files- backend/requirements.txt +1 -0
backend/requirements.txt
CHANGED
|
@@ -19,3 +19,4 @@ moviepy<2.0.0
|
|
| 19 |
psycopg2-binary
|
| 20 |
boto3
|
| 21 |
fer
|
|
|
|
|
|
| 19 |
psycopg2-binary
|
| 20 |
boto3
|
| 21 |
fer
|
| 22 |
+
keras
|