Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ import gradio as gr
|
|
57 |
|
58 |
iface = gr.Interface(
|
59 |
fn=transcribe_the_command,
|
60 |
-
inputs=[gr.inputs.Audio(label="Recorded Audio",source="microphone"),gr.inputs.Textbox(label="menu_id")],
|
61 |
outputs="text",
|
62 |
title="Whisper Small Urdu Command",
|
63 |
description="Realtime demo for Urdu speech recognition using a fine-tuned Whisper small model and outputting the estimated command on the basis of speech transcript.",
|
|
|
57 |
|
58 |
iface = gr.Interface(
|
59 |
fn=transcribe_the_command,
|
60 |
+
inputs=[gr.inputs.Audio(label="Recorded Audio",source="microphone"),gr.inputs.Textbox(label="menu_id"),gr.inputs.Textbox(label="dfs")],
|
61 |
outputs="text",
|
62 |
title="Whisper Small Urdu Command",
|
63 |
description="Realtime demo for Urdu speech recognition using a fine-tuned Whisper small model and outputting the estimated command on the basis of speech transcript.",
|