Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -12,12 +12,10 @@ def inference(audio):
|
|
12 |
title = "Demucs Music Source Separation (v4)"
|
13 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1911.13254' target='_blank'>Music Source Separation in the Waveform Domain</a> | <a href='https://github.com/facebookresearch/demucs' target='_blank'>Github Repo</a> | <a href='https://www.thafx.com' target='_blank'>//THAFX</a></p>"
|
14 |
|
15 |
-
examples=[['test.mp3']]
|
16 |
gr.Interface(
|
17 |
inference,
|
18 |
gr.Audio(type="numpy", label="Input"),
|
19 |
[gr.Audio(type="filepath", label="Vocals"),gr.Audio(type="filepath", label="No Vocals / Instrumental")],
|
20 |
title=title,
|
21 |
article=article,
|
22 |
-
examples=examples
|
23 |
).launch(enable_queue=True)
|
|
|
12 |
title = "Demucs Music Source Separation (v4)"
|
13 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1911.13254' target='_blank'>Music Source Separation in the Waveform Domain</a> | <a href='https://github.com/facebookresearch/demucs' target='_blank'>Github Repo</a> | <a href='https://www.thafx.com' target='_blank'>//THAFX</a></p>"
|
14 |
|
|
|
15 |
gr.Interface(
|
16 |
inference,
|
17 |
gr.Audio(type="numpy", label="Input"),
|
18 |
[gr.Audio(type="filepath", label="Vocals"),gr.Audio(type="filepath", label="No Vocals / Instrumental")],
|
19 |
title=title,
|
20 |
article=article,
|
|
|
21 |
).launch(enable_queue=True)
|