Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,6 +31,7 @@ def find_most_similar_command(statement, command_list):
|
|
31 |
return best_match,reply
|
32 |
def transcribe_the_command(audio):
|
33 |
import soundfile as sf
|
|
|
34 |
file_name = "recorded_audio.wav"
|
35 |
audio_data = audio[0]
|
36 |
|
|
|
31 |
return best_match,reply
|
32 |
def transcribe_the_command(audio):
|
33 |
import soundfile as sf
|
34 |
+
print(audio)
|
35 |
file_name = "recorded_audio.wav"
|
36 |
audio_data = audio[0]
|
37 |
|