Aboubacar OUATTARA - kaira commited on
Commit
f8e395c
·
1 Parent(s): d3a8581

add examples files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +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
- cache_examples=False,
67
  )
68
 
69
  # 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="lazy",
67
  )
68
 
69
  # Launch the interface