Hunzla commited on
Commit
091d793
1 Parent(s): c5ce5ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def transcribe_the_command(audio,id):
53
  print(f"Most Similar Command: {most_similar_command}\n")
54
  print(reply)
55
 
56
- return reply
57
  # get_text_from_voice("urdu.wav")
58
  import gradio as gr
59
 
 
53
  print(f"Most Similar Command: {most_similar_command}\n")
54
  print(reply)
55
 
56
+ return reply
57
  # get_text_from_voice("urdu.wav")
58
  import gradio as gr
59