Spaces:
Sleeping
Sleeping
Aboubacar OUATTARA - kaira
commited on
Commit
·
d3a8581
1
Parent(s):
4273f74
add examples files
Browse files
app.py
CHANGED
@@ -63,6 +63,7 @@ def main():
|
|
63 |
title="Bambara Automatic Speech Recognition",
|
64 |
description="Realtime demo for Bambara speech recognition based on a fine-tuning of the Whisper model.",
|
65 |
examples=example_files,
|
|
|
66 |
)
|
67 |
|
68 |
# Launch the interface
|
|
|
63 |
title="Bambara Automatic Speech Recognition",
|
64 |
description="Realtime demo for Bambara speech recognition based on a fine-tuning of the Whisper model.",
|
65 |
examples=example_files,
|
66 |
+
cache_examples=False,
|
67 |
)
|
68 |
|
69 |
# Launch the interface
|