kk90ujhun commited on
Commit
22b4b78
·
1 Parent(s): bfc16af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def transcribe(audio):
11
  iface = gr.Interface(
12
  fn=transcribe,
13
  inputs=gr.Video(),
14
- inputs=inputs.audio
15
  outputs="text",
16
  title="Whisper Small Hindi",
17
  description="Realtime demo for Hindi speech recognition using a fine-tuned Whisper small model.",
 
11
  iface = gr.Interface(
12
  fn=transcribe,
13
  inputs=gr.Video(),
14
+ inputs=inputs.audio,
15
  outputs="text",
16
  title="Whisper Small Hindi",
17
  description="Realtime demo for Hindi speech recognition using a fine-tuned Whisper small model.",