Hunzla commited on
Commit
e94a1ae
1 Parent(s): ba51995

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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