Thafx commited on
Commit
bae4b6b
1 Parent(s): e2f1347

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ 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 = "Gradio demo for Demucs(v4): Music Source Separation in the Waveform Domain.This was forked from https://huggingface.co/spaces/akhaliq/demucs/. The source code has been updated to the 'bleeding edge build'. For this space, 2 stem sepration (Karaoke Mode) has been enabled with the v4 Hybrid Transformer model for best quality & processing time. | 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."
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']]
 
10
  return "./out/htdemucs/test/vocals.wav","./out/htdemucs/test/no_vocals.wav"
11
 
12
  title = "Demucs Music Source Separation (v4)"
13
+ description = "Demucs(v4): Music Source Separation.This was forked from https://huggingface.co/spaces/akhaliq/demucs/. The source code has been updated to the 'bleeding edge build' & for this space, 2 stem sepration (Karaoke Mode) has been enabled with the v4 Hybrid Transformer model 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']]