Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,9 +9,8 @@ def split_audio(audio_filepath):
|
|
9 |
stem = "voice"
|
10 |
aggressiveness_factor = 2
|
11 |
splitter = "phoenix"
|
12 |
-
|
13 |
-
vocal_file
|
14 |
-
return output_file
|
15 |
|
16 |
interface = gr.Interface(
|
17 |
split_audio,
|
|
|
9 |
stem = "voice"
|
10 |
aggressiveness_factor = 2
|
11 |
splitter = "phoenix"
|
12 |
+
vocal_file = batch_process(audio_filepath, output_file, stem, aggressiveness_factor, splitter)
|
13 |
+
return vocal_file
|
|
|
14 |
|
15 |
interface = gr.Interface(
|
16 |
split_audio,
|