Redve commited on
Commit
5809163
·
1 Parent(s): 6e24cf2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def transcribe(audio):
20
 
21
  audio= gr.Interface(
22
  fn=transcribe,
23
- inputs=gr.Audio(sources=["microphone"]),
24
  outputs="text",
25
  title="Whisper Small Bengali",
26
  description="Realtime demo for Bengali speech recognition using a fine-tuned Whisper small model.",
 
20
 
21
  audio= gr.Interface(
22
  fn=transcribe,
23
+ inputs=gr.Audio(sources=["microphone"], type="filepath"),
24
  outputs="text",
25
  title="Whisper Small Bengali",
26
  description="Realtime demo for Bengali speech recognition using a fine-tuned Whisper small model.",