Hunzla commited on
Commit
bb5364a
1 Parent(s): 29451e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def find_most_similar_command(statement, command_list):
35
 
36
  return best_match,reply
37
 
38
- def transcribe_the_command(audio,menu_id):
39
  import soundfile as sf
40
  sample_rate, audio_data = audio
41
  file_name = "recorded_audio.wav"
 
35
 
36
  return best_match,reply
37
 
38
+ def transcribe_the_command(audio,menu_id,abc):
39
  import soundfile as sf
40
  sample_rate, audio_data = audio
41
  file_name = "recorded_audio.wav"