jlvdoorn commited on
Commit
bc83b2a
1 Parent(s): 4ab98da

Update app.py description

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 and extract',
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 and extract',
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"])