pratham0011 commited on
Commit
329528b
·
verified ·
1 Parent(s): e5477fb

Update app.py

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