AndrewRWilliams commited on
Commit
3381f06
1 Parent(s): 8582fe6

change title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def transcribe(file):
12
  return "transcript_base.txt"
13
 
14
  iface = gr.Interface(
15
- title = 'OpenAI Whisper ASR Gradio Web UI',
16
  fn=transcribe,
17
  inputs=[
18
  gr.inputs.Audio(source="upload", type="filepath", label="Upload Audio")
 
12
  return "transcript_base.txt"
13
 
14
  iface = gr.Interface(
15
+ title = 'Whisper transcription from file',
16
  fn=transcribe,
17
  inputs=[
18
  gr.inputs.Audio(source="upload", type="filepath", label="Upload Audio")