pratham0011 commited on
Commit
fba1c5b
·
verified ·
1 Parent(s): 5f7d75d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -35,7 +35,9 @@ input_audio = gr.Audio(
35
  gr.Interface(
36
  title = 'OpenAI-Whisper Audio to Text Web UI',
37
  fn=transcribe,
38
- inputs = input_audio,
 
 
39
  outputs=[
40
  "textbox"
41
  ],
 
35
  gr.Interface(
36
  title = 'OpenAI-Whisper Audio to Text Web UI',
37
  fn=transcribe,
38
+ inputs = [
39
+ input_audio
40
+ ],
41
  outputs=[
42
  "textbox"
43
  ],