Spaces:
Runtime error
Runtime error
Update utils/expressions.py
Browse files- utils/expressions.py +1 -1
utils/expressions.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
import pandas as pd
|
3 |
|
4 |
def analyze_video_emotions(video_file_path, face_detector):
|
|
|
1 |
+
from fer import Video
|
2 |
import pandas as pd
|
3 |
|
4 |
def analyze_video_emotions(video_file_path, face_detector):
|