Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
| 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):
|