Ahsen Khaliq commited on
Commit
7a63ec6
1 Parent(s): c1640b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def inference(audio):
11
  return 'sep_vocals.mp3', 'sep_accompaniment.mp3'
12
  title = "Music Source Separation"
13
  description = "Gradio demo for Music Source Separation. To use it, simply add your audio, or click one of the examples to load them. Read more at the links below. Currently supports .wav files"
14
- article = "<p style='text-align: center'><a href='https://github.com/bytedance/music_source_separation'>Decoupling Magnitude and Phase Estimation with Deep ResUNet for Music Source Separation</a> | <a href='https://github.com/bytedance/music_source_separation'>Github Repo</a></p>"
15
 
16
  examples = [['example.wav']]
17
  gr.Interface(
 
11
  return 'sep_vocals.mp3', 'sep_accompaniment.mp3'
12
  title = "Music Source Separation"
13
  description = "Gradio demo for Music Source Separation. To use it, simply add your audio, or click one of the examples to load them. Read more at the links below. Currently supports .wav files"
14
+ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2109.05418'>Decoupling Magnitude and Phase Estimation with Deep ResUNet for Music Source Separation</a> | <a href='https://github.com/bytedance/music_source_separation'>Github Repo</a></p>"
15
 
16
  examples = [['example.wav']]
17
  gr.Interface(