Spaces:
Sleeping
Sleeping
Aboubacar OUATTARA - kaira
commited on
Commit
·
a71de9c
1
Parent(s):
c9e65b5
add examples
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def main():
|
|
58 |
# Setup Gradio interface
|
59 |
iface = gr.Interface(
|
60 |
fn=transcribe,
|
61 |
-
inputs=gr.Audio(type="filepath"),
|
62 |
outputs="text",
|
63 |
title="Bambara Automatic Speech Recognition",
|
64 |
description="Realtime demo for Bambara speech recognition based on a fine-tuning of the Whisper model.",
|
|
|
58 |
# Setup Gradio interface
|
59 |
iface = gr.Interface(
|
60 |
fn=transcribe,
|
61 |
+
inputs=gr.Audio(type="filepath", value=example_files[0]),
|
62 |
outputs="text",
|
63 |
title="Bambara Automatic Speech Recognition",
|
64 |
description="Realtime demo for Bambara speech recognition based on a fine-tuning of the Whisper model.",
|