Hunzla commited on
Commit
43aa289
1 Parent(s): 4f6d8f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ import gradio as gr
53
 
54
  iface = gr.Interface(
55
  fn=transcribe_the_command,
56
- inputs=[gr.inputs.Audio(label="Recorded Audio",source="microphone"),gr.inputs.Number(label="id")],
57
  outputs="text",
58
  title="Whisper Small Urdu Command",
59
  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.",
 
53
 
54
  iface = gr.Interface(
55
  fn=transcribe_the_command,
56
+ inputs=[gr.inputs.Audio(label="Recorded Audio",source="microphone"),gr.inputs.Textbox(label="id")],
57
  outputs="text",
58
  title="Whisper Small Urdu Command",
59
  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.",