Ar4ikov commited on
Commit
7ba3fcf
1 Parent(s): 9639277

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ emo = EmotionFromVoice()
8
 
9
 
10
  def transcribe(audio):
11
- emotion = emo(audio)
12
  return emotion
13
 
14
  def get_asr_interface():
 
8
 
9
 
10
  def transcribe(audio):
11
+ emotion = emo.predict(audio)
12
  return emotion
13
 
14
  def get_asr_interface():