set audio_column to audio instead of path
#1
by
Lauler
- opened
The task template in DatasetInfo specifies the audio_column as "path". This leads to an error when trying to load the dataset. Changed the audio_column to "audio" so that dataset can be loaded without datasets library complaining.
jimregan
changed pull request status to
merged