Spaces:
Running
Running
Update app.py
Browse files
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 |
|