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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def transcribe(audio):
10
 
11
  iface = gr.Interface(
12
  fn=transcribe,
13
- inputs=gr.Video(source="microphone", type="filepath"),
14
  inputs=inputs.audio
15
  outputs="text",
16
  title="Whisper Small Hindi",
 
10
 
11
  iface = gr.Interface(
12
  fn=transcribe,
13
+ inputs=gr.Video(),
14
  inputs=inputs.audio
15
  outputs="text",
16
  title="Whisper Small Hindi",