Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import subprocess
|
|
5 |
import numpy as np
|
6 |
import librosa
|
7 |
import soundfile
|
8 |
-
from __future__ import unicode_literals
|
9 |
|
10 |
class Slicer:
|
11 |
def __init__(self, sr, threshold=-40., min_length=5000, min_interval=300, hop_size=20, max_sil_kept=5000):
|
|
|
5 |
import numpy as np
|
6 |
import librosa
|
7 |
import soundfile
|
8 |
+
#from __future__ import unicode_literals
|
9 |
|
10 |
class Slicer:
|
11 |
def __init__(self, sr, threshold=-40., min_length=5000, min_interval=300, hop_size=20, max_sil_kept=5000):
|