Spaces:
Running
on
Zero
Running
on
Zero
asigalov61
commited on
Commit
•
208cf4e
1
Parent(s):
4416228
Update utilities.py
Browse files- utilities.py +2 -2
utilities.py
CHANGED
@@ -4,9 +4,9 @@ import audioread
|
|
4 |
import librosa
|
5 |
from mido import MidiFile
|
6 |
|
7 |
-
from
|
8 |
pedal_detection_with_onset_offset_regress)
|
9 |
-
|
10 |
|
11 |
|
12 |
def create_folder(fd):
|
|
|
4 |
import librosa
|
5 |
from mido import MidiFile
|
6 |
|
7 |
+
from piano_vad import (note_detection_with_onset_offset_regress,
|
8 |
pedal_detection_with_onset_offset_regress)
|
9 |
+
import config
|
10 |
|
11 |
|
12 |
def create_folder(fd):
|