Spaces:
Running
Running
Update app.py description
Browse files
app.py
CHANGED
@@ -33,8 +33,8 @@ file_iface = gr.Interface(
|
|
33 |
|
34 |
outputs = [gr.Textbox(label='Transcription'), gr.Textbox(label='Callsigns, commands and values')],
|
35 |
title = 'Whisper ATC - Large v3',
|
36 |
-
description = 'Transcribe
|
37 |
-
examples = examples,
|
38 |
)
|
39 |
|
40 |
mic_iface = gr.Interface(
|
@@ -46,7 +46,7 @@ mic_iface = gr.Interface(
|
|
46 |
|
47 |
outputs = [gr.Textbox(label='Transcription'), gr.Textbox(label='Callsigns, commands and values')],
|
48 |
title = 'Whisper ATC - Large v3',
|
49 |
-
description = 'Transcribe
|
50 |
)
|
51 |
#%%
|
52 |
demo = gr.TabbedInterface([file_iface, mic_iface], ["File", "Microphone"])
|
|
|
33 |
|
34 |
outputs = [gr.Textbox(label='Transcription'), gr.Textbox(label='Callsigns, commands and values')],
|
35 |
title = 'Whisper ATC - Large v3',
|
36 |
+
description = 'Transcribe ATC speech',
|
37 |
+
# examples = examples,
|
38 |
)
|
39 |
|
40 |
mic_iface = gr.Interface(
|
|
|
46 |
|
47 |
outputs = [gr.Textbox(label='Transcription'), gr.Textbox(label='Callsigns, commands and values')],
|
48 |
title = 'Whisper ATC - Large v3',
|
49 |
+
description = 'Transcribe ATC speech',
|
50 |
)
|
51 |
#%%
|
52 |
demo = gr.TabbedInterface([file_iface, mic_iface], ["File", "Microphone"])
|