Spaces:
Running
Running
abrar-adnan
commited on
Commit
•
79b2a39
1
Parent(s):
4190733
Update app.py
Browse files
app.py
CHANGED
@@ -164,7 +164,7 @@ def video_processing(video_file, encoded_video):
|
|
164 |
final_result_dict = {
|
165 |
"gaze_percentage" : gaze_percentage,
|
166 |
"face_emotion" : video_emotions,
|
167 |
-
"text_emotion" : text_emotion[0]
|
168 |
"transcription" : transcription,
|
169 |
"text_sentiment" : text_sentiment
|
170 |
}
|
|
|
164 |
final_result_dict = {
|
165 |
"gaze_percentage" : gaze_percentage,
|
166 |
"face_emotion" : video_emotions,
|
167 |
+
"text_emotion" : text_emotion[0],
|
168 |
"transcription" : transcription,
|
169 |
"text_sentiment" : text_sentiment
|
170 |
}
|