Spaces:
Sleeping
Sleeping
update
Browse files
main.py
CHANGED
|
@@ -59,7 +59,8 @@ def main():
|
|
| 59 |
for filename in example_wav_dir.glob("*.wav"):
|
| 60 |
examples.append(
|
| 61 |
[
|
| 62 |
-
filename.as_posix()
|
|
|
|
| 63 |
]
|
| 64 |
)
|
| 65 |
|
|
|
|
| 59 |
for filename in example_wav_dir.glob("*.wav"):
|
| 60 |
examples.append(
|
| 61 |
[
|
| 62 |
+
filename.as_posix(),
|
| 63 |
+
0.3, 3.0,
|
| 64 |
]
|
| 65 |
)
|
| 66 |
|