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