Hunzla commited on
Commit
bbb0ce5
1 Parent(s): 711d7d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ import gradio as gr
54
 
55
  iface = gr.Interface(
56
  fn=transcribe_the_command,
57
- inputs=gr.inputs.Audio(label="Recorded Audio"),
58
  outputs="text",
59
  title="Whisper Small Hindi",
60
  description="Realtime demo for Hindi speech recognition using a fine-tuned Whisper small model.",
 
54
 
55
  iface = gr.Interface(
56
  fn=transcribe_the_command,
57
+ inputs=gr.inputs.Audio(label="Recorded Audio",source="microphone"),
58
  outputs="text",
59
  title="Whisper Small Hindi",
60
  description="Realtime demo for Hindi speech recognition using a fine-tuned Whisper small model.",