Update esc50-script.py
Browse files- esc50-script.py +1 -1
esc50-script.py
CHANGED
|
@@ -139,7 +139,7 @@ class ESC50(datasets.GeneratorBasedBuilder):
|
|
| 139 |
),
|
| 140 |
name=f"fold{f}",
|
| 141 |
description='',
|
| 142 |
-
) for f in range(1,
|
| 143 |
]
|
| 144 |
|
| 145 |
def _info(self):
|
|
|
|
| 139 |
),
|
| 140 |
name=f"fold{f}",
|
| 141 |
description='',
|
| 142 |
+
) for f in range(1, 6)
|
| 143 |
]
|
| 144 |
|
| 145 |
def _info(self):
|