Spaces:
Runtime error
Runtime error
Update app_utils.py
Browse files- 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,
|
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 |
|