Hunzla commited on
Commit
a406fb7
1 Parent(s): 566f417

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ import gradio as gr
44
 
45
  iface = gr.Interface(
46
  fn=transcribe_the_command,
47
- inputs=gr.Audio(source="microphone"),
48
  outputs="text",
49
  title="Whisper Small Hindi",
50
  description="Realtime demo for Hindi speech recognition using a fine-tuned Whisper small model.",
 
44
 
45
  iface = gr.Interface(
46
  fn=transcribe_the_command,
47
+ inputs=gr.inputs.Audio(label="Recorded Audio"),
48
  outputs="text",
49
  title="Whisper Small Hindi",
50
  description="Realtime demo for Hindi speech recognition using a fine-tuned Whisper small model.",