yangwang825
commited on
Commit
•
5bdf540
1
Parent(s):
34bcfc8
Update audiocaps.py
Browse files- audiocaps.py +1 -1
audiocaps.py
CHANGED
@@ -43,7 +43,7 @@ class AudioCapsConfig(datasets.BuilderConfig):
|
|
43 |
class AudioCaps(datasets.GeneratorBasedBuilder):
|
44 |
|
45 |
BUILDER_CONFIGS = [
|
46 |
-
|
47 |
features=datasets.Features(
|
48 |
{
|
49 |
"file": datasets.Value("string"),
|
|
|
43 |
class AudioCaps(datasets.GeneratorBasedBuilder):
|
44 |
|
45 |
BUILDER_CONFIGS = [
|
46 |
+
AudioCapsConfig(
|
47 |
features=datasets.Features(
|
48 |
{
|
49 |
"file": datasets.Value("string"),
|