Liusuthu commited on
Commit
24c36c5
·
verified ·
1 Parent(s): de99eef

Update app_utils.py

Browse files
Files changed (1) hide show
  1. app_utils.py +1 -1
app_utils.py CHANGED
@@ -314,7 +314,7 @@ def video_score(video):
314
 
315
  audio = wav.read('data/audio.wav')
316
 
317
- text,socre2=speech_score(audio)
318
 
319
  print(text)
320
 
 
314
 
315
  audio = wav.read('data/audio.wav')
316
 
317
+ text,score2=speech_score(audio)
318
 
319
  print(text)
320