Jan van Doorn commited on
Commit
34a193d
·
unverified ·
1 Parent(s): 100b19d

enabled examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ file_iface = gr.Interface(
32
  outputs = gr.Textbox(label='Transcription'),
33
  title = 'Whisper ATC - Large v3',
34
  description = 'Transcribe ATC speech',
35
- # examples = examples,
36
  )
37
 
38
  mic_iface = gr.Interface(
 
32
  outputs = gr.Textbox(label='Transcription'),
33
  title = 'Whisper ATC - Large v3',
34
  description = 'Transcribe ATC speech',
35
+ examples = examples,
36
  )
37
 
38
  mic_iface = gr.Interface(