jkot commited on
Commit
637d00c
1 Parent(s): 96dd089

Update czech_parliament_plenary_hearings.py

Browse files
czech_parliament_plenary_hearings.py CHANGED
@@ -81,8 +81,7 @@ class CzechParliamentPlenaryHearings(GeneratorBasedBuilder):
81
  'id': id,
82
  'audio': {
83
  'path': audio_path,
84
- 'array': audio.tobytes(),
85
- 'sampling_rate': 48000
86
  },
87
  'transcription': transcription,
88
  }
 
81
  'id': id,
82
  'audio': {
83
  'path': audio_path,
84
+ 'bytes': audio.tobytes()
 
85
  },
86
  'transcription': transcription,
87
  }