zeio commited on
Commit
1932f9f
1 Parent(s): eb278e1

fix(loader): added music-tag installation command

Browse files
Files changed (1) hide show
  1. baneks-speech.py +3 -0
baneks-speech.py CHANGED
@@ -23,6 +23,9 @@ _N_TOTAL = 46_554
23
  _N_BATCH = 1_000
24
 
25
 
 
 
 
26
  class BaneksSpeech(datasets.GeneratorBasedBuilder):
27
  """Speech generated for anecdotes from the baneks dataset"""
28
 
 
23
  _N_BATCH = 1_000
24
 
25
 
26
+ os.system('pip install music-tag')
27
+
28
+
29
  class BaneksSpeech(datasets.GeneratorBasedBuilder):
30
  """Speech generated for anecdotes from the baneks dataset"""
31