Skip to content

Commit

Permalink
fix: Do not cache examples
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Sep 19, 2024
1 parent 4bc054a commit 112cf8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/run_asr_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def transcribe_audio(sampling_rate_and_audio: tuple[int, np.ndarray]) -> str:
"https://filedn.com/lRBwPhPxgV74tO0rDoe8SpH/audio-examples/s%C3%B8nderjysk.wav",
"https://filedn.com/lRBwPhPxgV74tO0rDoe8SpH/audio-examples/nordjysk.wav",
],
cache_examples=False,
)
demo.launch()

Expand Down

0 comments on commit 112cf8c

Please sign in to comment.