yentinglin commited on
Commit
442365f
·
verified ·
1 Parent(s): d9a7b4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -451,7 +451,8 @@ demo = gr.Interface(
451
  # If not, download a small WAV file (e.g., from Common Voice) and update this path.
452
  examples=[
453
  [os.path.join(os.path.dirname(__file__), "model-server", "app", "tests", "polyai-minds14-0.wav"), 24, 30, "Auto-detect", None, None, None]
454
- ]
 
455
  )
456
 
457
  if __name__ == "__main__":
 
451
  # If not, download a small WAV file (e.g., from Common Voice) and update this path.
452
  examples=[
453
  [os.path.join(os.path.dirname(__file__), "model-server", "app", "tests", "polyai-minds14-0.wav"), 24, 30, "Auto-detect", None, None, None]
454
+ ],
455
+ cache_examples=False,
456
  )
457
 
458
  if __name__ == "__main__":