Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,6 +25,7 @@ input_file = os.path.join(os.path.dirname(__file__), "test1.mp3")
|
|
25 |
output_file = os.path.join(os.path.dirname(__file__)
|
26 |
|
27 |
# preprocess and crop audio file
|
|
|
28 |
def audio_preprocess():
|
29 |
# separate music and vocal
|
30 |
separator = Separator('spleeter:2stems')
|
|
|
25 |
output_file = os.path.join(os.path.dirname(__file__)
|
26 |
|
27 |
# preprocess and crop audio file
|
28 |
+
|
29 |
def audio_preprocess():
|
30 |
# separate music and vocal
|
31 |
separator = Separator('spleeter:2stems')
|