acrowth commited on
Commit
99273c6
·
1 Parent(s): 07e6e93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ gr.Interface(
28
  title = 'OpenAI Whisper ASR Gradio Web UI',
29
  fn=transcribe,
30
  inputs=[
31
- gr.inputs.Audio(source="microphone", type="filepath")
32
  ],
33
  outputs=[
34
  "textbox"
 
28
  title = 'OpenAI Whisper ASR Gradio Web UI',
29
  fn=transcribe,
30
  inputs=[
31
+ gr.inputs.Audio(type="filepath")#source="microphone",
32
  ],
33
  outputs=[
34
  "textbox"