chinhon commited on
Commit
02f063b
1 Parent(s): a2e7314

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ gradio_ui = gr.Interface(
47
  value="base",
48
  ),
49
  gr.Textbox(label="Paste YouTube link here"),
50
- gr.Audio(label="Upload Audio File", sources=["upload", "microphone"], type=["filepath"]),
51
  ],
52
  outputs=gr.Textbox(label="Whisper Transcript"),
53
  )
 
47
  value="base",
48
  ),
49
  gr.Textbox(label="Paste YouTube link here"),
50
+ gr.Audio(label="Upload Audio File", sources=["upload", "microphone"], type="filepath"),
51
  ],
52
  outputs=gr.Textbox(label="Whisper Transcript"),
53
  )