loge-dot commited on
Commit
eca9cb0
·
1 Parent(s): c8f358d

try to debug

Browse files
__pycache__/emotion_analyzer.cpython-313.pyc ADDED
Binary file (8.74 kB). View file
 
history/history.json CHANGED
@@ -24,5 +24,18 @@
24
  "Fearful": "2.77%",
25
  "Disgusted": "0.74%"
26
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  }
28
  ]
 
24
  "Fearful": "2.77%",
25
  "Disgusted": "0.74%"
26
  }
27
+ },
28
+ {
29
+ "audio_file": "test.wav",
30
+ "transcript": "Please go now, and make sure to stay safe on the way. Come back as soon as you can.",
31
+ "emotions": {
32
+ "Neutral": "54.73%",
33
+ "Joy": "5.80%",
34
+ "Sad": "29.00%",
35
+ "Angry": "2.24%",
36
+ "Surprised": "0.51%",
37
+ "Fearful": "6.93%",
38
+ "Disgusted": "0.78%"
39
+ }
40
  }
41
  ]