Hunzla commited on
Commit
d14d221
1 Parent(s): f0bf565

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -26,8 +26,7 @@ def find_most_similar_command(statement, command_list):
26
  highest_similarity = similarity
27
  best_match = command
28
  reply=replies[i]
29
- print(reply)
30
- i+=1
31
 
32
  return best_match,reply
33
  def transcribe_the_command(audio):
 
26
  highest_similarity = similarity
27
  best_match = command
28
  reply=replies[i]
29
+ i+=1
 
30
 
31
  return best_match,reply
32
  def transcribe_the_command(audio):