Spaces:
Sleeping
Sleeping
Aboubacar OUATTARA - kaira
commited on
Commit
·
f8e80bd
1
Parent(s):
0b8d1b9
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"),
|
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.",
|