Spaces:
Build error
Build error
Text backing vocal
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ description = "Music Source Separation in the Waveform Domain. To use it, simply
|
|
45 |
gr.Interface(
|
46 |
inference,
|
47 |
gr.components.Audio(type="numpy", label="Input"),
|
48 |
-
[gr.components.Audio(type="filepath", label=stem) for stem in ["Full Vocals","Bass", "Drums", "Other", "Piano", "Guitar", "Lead Vocals", "
|
49 |
title=title,
|
50 |
description=description,
|
51 |
).launch()
|
|
|
45 |
gr.Interface(
|
46 |
inference,
|
47 |
gr.components.Audio(type="numpy", label="Input"),
|
48 |
+
[gr.components.Audio(type="filepath", label=stem) for stem in ["Full Vocals","Bass", "Drums", "Other", "Piano", "Guitar", "Lead Vocals", "Backing Vocals" ]],
|
49 |
title=title,
|
50 |
description=description,
|
51 |
).launch()
|