abidlabs HF staff commited on
Commit
ade9911
·
1 Parent(s): 2dbf15b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -10,7 +10,6 @@ def inference(audio):
10
  return "./out/htdemucs/test/vocals.wav","./out/htdemucs/test/no_vocals.wav"
11
 
12
  title = "Demucs Music Source Separation (v4)"
13
- description = "This is the latest 'bleeding edge version' which enables the new v4 Hybrid Transformer model. <br> for this space, 2 stem sepration (Karaoke Mode) is enabled and CPU mode which has been optimised for best quality & processing time. <p>| Gradio demo for Demucs(v4): Music Source Separation in the Waveform Domain. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below.</p>"
14
  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>"
15
 
16
  examples=[['test.mp3']]
@@ -19,7 +18,6 @@ gr.Interface(
19
  gr.Audio(type="numpy", label="Input"),
20
  [gr.Audio(type="filepath", label="Vocals"),gr.Audio(type="filepath", label="No Vocals / Instrumental")],
21
  title=title,
22
- description=description,
23
  article=article,
24
  examples=examples
25
  ).launch(enable_queue=True)
 
10
  return "./out/htdemucs/test/vocals.wav","./out/htdemucs/test/no_vocals.wav"
11
 
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']]
 
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)