Pecorized commited on
Commit
d7825d0
·
1 Parent(s): ed2622c

Text backing vocal

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "Chorus" ]],
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()