kk90ujhun commited on
Commit
4234f9a
1 Parent(s): d7a46b2

Update app.py

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