Hunzla commited on
Commit
29451e5
1 Parent(s): 01086a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.",