jlvdoorn commited on
Commit
10f6ed1
1 Parent(s): 5655bbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ iface = gr.Interface(
77
  gr.Dropdown(choices=['large-v2', 'large-v3'], value='large-v3', label='Whisper model version'),
78
  ],
79
  outputs=[gr.Text(label='Transcription'), gr.Text(label='Callsigns, commands and values')],
80
- title='Whisper',
81
  description='Transcribe and extract',
82
  )
83
 
 
77
  gr.Dropdown(choices=['large-v2', 'large-v3'], value='large-v3', label='Whisper model version'),
78
  ],
79
  outputs=[gr.Text(label='Transcription'), gr.Text(label='Callsigns, commands and values')],
80
+ title='Whisper ATC - Large v3',
81
  description='Transcribe and extract',
82
  )
83