Spaces:
Runtime error
Runtime error
Commit
·
67c3c57
1
Parent(s):
6c75f9b
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ def main(audio):
|
|
69 |
# path = r'testing_audios\03-01-06-02-02-01-01.wav'
|
70 |
outputs = predict(audio, sampling_rate, feature_extractor, device = device, model = model, config = config)
|
71 |
transcription = get_speech_to_text(model_SPT, processor, audio_path=audio)
|
72 |
-
key_phrase = "
|
73 |
status = get_sos_status(transcription, key_phrase)
|
74 |
max_score = 0
|
75 |
emotion = ""
|
|
|
69 |
# path = r'testing_audios\03-01-06-02-02-01-01.wav'
|
70 |
outputs = predict(audio, sampling_rate, feature_extractor, device = device, model = model, config = config)
|
71 |
transcription = get_speech_to_text(model_SPT, processor, audio_path=audio)
|
72 |
+
key_phrase = "APPLE BRIDGE UNDER"
|
73 |
status = get_sos_status(transcription, key_phrase)
|
74 |
max_score = 0
|
75 |
emotion = ""
|