Seon25 commited on
Commit
1b4ccfc
1 Parent(s): ee04d2f

Update common_voice_16_0_.py

Browse files
Files changed (1) hide show
  1. common_voice_16_0_.py +1 -1
common_voice_16_0_.py CHANGED
@@ -44,7 +44,7 @@ _LICENSE = "https://creativecommons.org/publicdomain/zero/1.0/"
44
  # TODO: change "streaming" to "main" after merge!
45
  _BASE_URL = "https://huggingface.co/datasets/Seon25common_voice_16_0_/tree/main"
46
 
47
- _AUDIO_URL = "audio/ha/{split}/ha_{split}_1.tar"
48
 
49
  _TRANSCRIPT_URL = "transcript/ha/transcript_ha_{split}.tsv"
50
 
 
44
  # TODO: change "streaming" to "main" after merge!
45
  _BASE_URL = "https://huggingface.co/datasets/Seon25common_voice_16_0_/tree/main"
46
 
47
+ _AUDIO_URL = "audio/ha/{split}/ha_{split}_0.tar"
48
 
49
  _TRANSCRIPT_URL = "transcript/ha/transcript_ha_{split}.tsv"
50