Skip to content

Commit

Permalink
fix: Rename example audio file
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Sep 19, 2024
1 parent 9f48a8e commit c5725de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/run_asr_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def transcribe_audio(sampling_rate_and_audio: tuple[int, np.ndarray]) -> str:
allow_flagging="never",
examples=[
"https://filedn.com/lRBwPhPxgV74tO0rDoe8SpH/audio-examples/bornholmsk.wav",
"https://filedn.com/lRBwPhPxgV74tO0rDoe8SpH/audio-examples/s%C3%B8nderjysk.wav",
"https://filedn.com/lRBwPhPxgV74tO0rDoe8SpH/audio-examples/soenderjysk.wav",
"https://filedn.com/lRBwPhPxgV74tO0rDoe8SpH/audio-examples/nordjysk.wav",
],
cache_examples=False,
Expand Down

0 comments on commit c5725de

Please sign in to comment.