Liusuthu commited on
Commit
e6c3559
·
verified ·
1 Parent(s): dc311f2

Update app_utils.py

Browse files
Files changed (1) hide show
  1. app_utils.py +1 -1
app_utils.py CHANGED
@@ -433,7 +433,7 @@ def video_test(video):
433
  audio = wav.read('data/audio.wav')
434
  text,prob2,label,path=classify_continuous(audio)
435
 
436
- score2=10*prob2[0]-10*prob[1]
437
  print(prob2,label,path)
438
  print("score2=",score2)
439
 
 
433
  audio = wav.read('data/audio.wav')
434
  text,prob2,label,path=classify_continuous(audio)
435
 
436
+ score2=10*prob2[0]-10*prob2[1]
437
  print(prob2,label,path)
438
  print("score2=",score2)
439