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