David Li commited on
Commit
b660bcb
1 Parent(s): 62b066e

feat: update whisper demo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def get_text_from_mp3_whisper(mp3_file: str)->str:
11
 
12
 
13
  gr.Interface(
14
- title = 'OpenAI Whisper ASR Gradio Web UI',
15
  fn=get_text_from_mp3_whisper,
16
  inputs=[
17
  gr.inputs.Audio(type="filepath")
 
11
 
12
 
13
  gr.Interface(
14
+ title = 'OpenAI Whisper Transcribe audio files to text',
15
  fn=get_text_from_mp3_whisper,
16
  inputs=[
17
  gr.inputs.Audio(type="filepath")