Spaces:
Running
Running
Jan van Doorn
commited on
enabled examples
Browse files
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 |
-
|
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(
|