Spaces:
Runtime error
Runtime error
mattricesound
commited on
Commit
•
f91cab1
1
Parent(s):
93a34d1
Add orderedset
Browse files- remfx/datasets.py +1 -1
- setup.py +1 -0
remfx/datasets.py
CHANGED
@@ -10,7 +10,7 @@ from remfx import effects
|
|
10 |
from tqdm import tqdm
|
11 |
from remfx.utils import create_sequential_chunks
|
12 |
import shutil
|
13 |
-
from
|
14 |
|
15 |
|
16 |
# https://zenodo.org/record/1193957 -> VocalSet
|
|
|
10 |
from tqdm import tqdm
|
11 |
from remfx.utils import create_sequential_chunks
|
12 |
import shutil
|
13 |
+
from ordered_set import OrderedSet
|
14 |
|
15 |
|
16 |
# https://zenodo.org/record/1193957 -> VocalSet
|
setup.py
CHANGED
@@ -47,6 +47,7 @@ setup(
|
|
47 |
"pyloudnorm",
|
48 |
"pedalboard",
|
49 |
"frechet_audio_distance",
|
|
|
50 |
],
|
51 |
include_package_data=True,
|
52 |
license="Apache License 2.0",
|
|
|
47 |
"pyloudnorm",
|
48 |
"pedalboard",
|
49 |
"frechet_audio_distance",
|
50 |
+
"ordered-set",
|
51 |
],
|
52 |
include_package_data=True,
|
53 |
license="Apache License 2.0",
|